-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support for vue 3 #12 #170
Comments
i'll create a fork and try to get the 'basic-vue-cli' example running in Vue 3. |
After a couple of hours reading the Code i think migrating this project to work with vue 3 might not be possible right now. Not all dependencies support vue3 yet. for instance: so i think the best thing to do is either wait or write a material wrapper for vue 3 from scratch. i might be completely wrong. |
Hi, I am working on the conversion to Vue 3 but there are some structural changes needed, not least because $listeners, $attrs, and componentInstances have all changed. |
There is a beta version that uses So far it is the existing components updated to handle the changes required by the two underlying libraries. It will be updated to add the new |
Looks like there is a peer dependency there for the old version of vue - it must have been left over from the previous version and I haven't had that issue (I am using it in Node 15 with NPM 6.14.9). When I use npm v7 I get the same error - presumably because the latest npm tries to install peer dependencies when earlier versions left it up to the user. I will updatre the old peer dependency and make a new build to see if that fixes things. |
Ok the latest version (1.0.0-beta.13) now installs for me when using npm >=v7. |
Hi,
What's the plan regarding support for Vue 3?
Thanks
The text was updated successfully, but these errors were encountered: