-
Hi, my Vue 2.7.14 + Vuetify 2.6.14 application is built with vue-cli. I followed the steps explained in this article : https://vueschool.io/articles/vuejs-tutorials/how-to-migrate-from-vue-cli-to-vite/. It seems OK. But, as soon as I call
The referenced github ticket doesn't help. I also have these two infos in the console: 2 questions :
Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It's absolutely compatible. Your problem is caused by importing Vue from two different locations/scripts at some point. It's hard to say how to fix it without you posting a link to your code repo. |
Beta Was this translation helpful? Give feedback.
-
Export a Vuetify instance from the plugin file:
And add it to the root Vue instance:
Also make sure you are using the Vue2 plugin for Vite. |
Beta Was this translation helpful? Give feedback.
Export a Vuetify instance from the plugin file:
And add it to the root Vue instance:
Also make sure you are using the Vue2 plugin for Vite.