We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey I installed this on Vue 3.2.13
I showed some errors regarding the "this.$set" is not a valid function
After a fast search on google I found out that Vue 3 doesn´t support this.$set anymore, so I changed the files by hand in the node_modules
After those changes it started to work.
So maybe you could do a few small changed and get this working on Vue 3?
Do you think this is possible? Thank you so much
The text was updated successfully, but these errors were encountered:
Hey I installed this on Vue 3.2.13 I showed some errors regarding the "this.$set" is not a valid function After a fast search on google I found out that Vue 3 doesn´t support this.$set anymore, so I changed the files by hand in the node_modules After those changes it started to work. So maybe you could do a few small changed and get this working on Vue 3? Do you think this is possible? Thank you so much
how do you change it in node_modules can u share me your solution, thank you
Sorry, something went wrong.
No branches or pull requests
Hey
I installed this on Vue 3.2.13
I showed some errors regarding the "this.$set" is not a valid function
After a fast search on google I found out that Vue 3 doesn´t support this.$set anymore, so I changed the files by hand in the node_modules
After those changes it started to work.
So maybe you could do a few small changed and get this working on Vue 3?
Do you think this is possible?
Thank you so much
The text was updated successfully, but these errors were encountered: