-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'update:tags' of undefined #156
Comments
Is there any updates on it? Has the same issue. Use Vue.js (v.3), install this package, create new component, insert all code from the example and got this. Please, clarify, why it is happening! Thank you in advance! |
Any update on this? Looking to use this for vue3 |
Seems like there are no Updates yet. Still same Problem |
Commenting to follow. I am also running into this issue |
Has anyone found a solution to this yet? |
same issue, is there something else available? |
This issue has been open since 2021 and no one has dropped feedback. |
Any update? |
We need this to be fixed ASAP |
I don't know much about Vue, but this is what I've found if helpful.
Looking at the Vue source, it looks like this
|
As I just now stumbled upon this issue: there's now https://www.npmjs.com/package/@sipec/vue3-tags-input as a drop-in replacement that works with Vue 3. |
Yes thank you and this works good. for those who will probably face same error even when using this library, the doc says to import this: import VueTagsInput from '@johmun/vue-tags-input'; but you have to change that to import VueTagsInput from "@sipec/vue3-tags-input"; |
As soon as I install this package I got this error
Cannot read property 'update:tags' of undefined
The text was updated successfully, but these errors were encountered: