-
Notifications
You must be signed in to change notification settings - Fork 226
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
Vue 3? #83
Comments
i'm too |
is it compatible with Vue3 ? |
It should work with vue 3 without any changes, please try & let me know if it's not the case. |
@Agontuk In vue3 the $listeners has been removed,I found $listeners is used in your code |
@Agontuk just tried it with vue3 and got the following error:
h needs to be imported with vue3
but then as @SmallComfort pointed out the $listeners have gone too. After importing h, and simply deleting the $listeners line it seems to work a treat in vue3. |
I'll add vue 3 support asap, seems like it'll be a breaking change though. |
+1 |
Master branch now contains vue 3 related changes, you can try & see if it works for you. I'll release a major version soon. |
For anyone wondering: since
The |
v5.0.0 has been published with vue 3 support |
Hey I was wondering if there were plans to support Vue 3.
The text was updated successfully, but these errors were encountered: