-
Notifications
You must be signed in to change notification settings - Fork 8
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
Version 3 compatible #16
Comments
For me its working but, i get an error because it cant write $plausible. |
The Error Message is: Uncaught TypeError: Vue.prototype is undefined When i remove this Line in the Vue Plugin, everything is fine. Page is working. |
Added (temporary) Vue 3 support over here: #17 Not merge worthy yet since some typings are being ignored (//@ts-ignore) - but it should be working fine. Any pull request at my side is welcome. |
Thanks for opening the issue! Vue3 support is definitely a priority and I plan to support is as soon as possible. Unfortunately, I'm very busy until mid February and won't have time to work on this until then. Thanks @YanDevDe for the draft PR! I'm happy to provide feedback and get this merged mid February as well. |
The reason why its in draft is because for Vue 3 support it should be rather in other branch, perhaps called "next". Having 2 different Vue plugins in module/package may just waste spaces. (Unless of course you want to have both of them in a single module) I created the draft pull request to get better understanding / quicker implementation. 👍 Thanks for the update! |
Is VueJS 3 support still being worked on? |
I found a way its working quite well. |
This link was not found |
Is it compatible to Version 3 of VueJs ?
The text was updated successfully, but these errors were encountered: