Replies: 2 comments
-
Yes! Totally fair question. At the moment you won't be able to depend on a custom dependency through npm however you can inject custom JavaScript in the head of your Twill form, through the |
Beta Was this translation helpful? Give feedback.
-
I found an easy fix for this. See pull request #617. |
Beta Was this translation helpful? Give feedback.
-
Following the new instructions from the changelog of 2.0 version, I wonder how can I add extra Vue libraries (for instance,
vue-multiselect
) to my own Components. Running thetwill:dev
will try to find them into thevendor/node_modules
, but not to the rootnode_modules
on my project.Any ways to sort this?
Beta Was this translation helpful? Give feedback.
All reactions