Also include plugins

This commit is contained in:
Jean-Baptiste Bellet
2022-10-10 17:15:46 +02:00
parent 4140e3d153
commit 1f329e85bc

View File

@@ -1,5 +1,5 @@
import { Controller } from "stimulus";
import TomSelect from "tom-select/dist/esm/tom-select";
import TomSelect from "tom-select/dist/esm/tom-select.complete";
export default class extends Controller {
static values = { options: Object };