-
Notifications
You must be signed in to change notification settings - Fork 18
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
Render error in Vue3 #27
Comments
Thank you for reporting this issue @mpancewicz! I'll try to make it compatible when I have free time (probably not before 2 weeks 😥). |
Thanks, |
I have a similar problem. I don't know enough but I'll leave this here because it looks like how to change the three .vue files : |
Thank you for the link @Neon22! My initial plan was to keep the same components (hoping they would be compatible with Vue 3) and update the wrapper to support both Vue 2 and Vue 3, but I didn't find any resources about how to do that. |
Also leaving this here - allows packaging for Vue2 and 3 at the same time... magical Ran into it here: https://vueuse.org/ |
However, I identified multiple breaking changes in code, besides |
Is there already a version that works in vue 3? |
(Very late) Thanks for your feedback!
Not yet. I'll try to work on it in the following weeks. |
any updates on vue 3 version? |
I can't make it work in Vue3.
During render I got warning "Property "$createElement" was accessed during render but is not defined on instance."
Essentially _vm.$createElement is undefined.
Here's my component:
The text was updated successfully, but these errors were encountered: