Closed matty0005 closed 2 years ago
@blutorange Any thoughts on this?
One question, are you using TypeScript @matty0005 ? If so, can you show your tsconfig.json
?
No, i'm not - if it helps i'm using Vue 3 (along side laravel + inertia.js).
Alright, so the problem is a missing return
which was deleted here, probably because of a merge conflict?
So I can fix this, but let me see if I can add a simple npm test
script we can use before publishing / after merging.
@matty0005 0.8.1 is on NPM now if you want to give it a try.
Thanks, this now works perfectly!
Fantastic. Thanks for reporting.
@matty0005 can you update to 0.10.3 and let me know if you are getting this problem again?
@melloware All seems fine - I have updated to 0.10.3 and don't seem to have any immediate issues.
Thanks for letting me know!
Hi, after importing with npm, and adding the following to the top of the vue file
I get the following error.
Uncaught (in promise) TypeError: _melloware_coloris__WEBPACK_IMPORTED_MODULE_1___default().init is not a function
If i add the library through the CDN, it works just fine.