binarykiwi
binarykiwi
You can use an element if you do not want to use an ID: ``` new List(id/element, options, values); ``` But yes, would sometimes be easier using a CSS selector.
For me even the `window.List = required('list.js')` gives me an empty object - same as `import List from 'list.js';` Does not work in my case :(
@fakefarm no, that doesn't help either. Still this error: `Uncaught ReferenceError: List is not defined`
It should not be the only option using the migration build of Vue. For me - using Vue3.2 - this library dosen't work either and should be updated. Would be...
Thanks so much for the response 👍 It seams this fixes the error explained above. I don't know why my node (15.8.0) didn't have this module. Normally node does this...
Thanks for trying to help. Your mentioned hack with _manually setting_ does not work either. I'm pretty new to **Vite** so I have a hard time understanding what's going on...
Is there any update on this?