0👍
✅
So turns out it wasn’t working because I had two versions of Vue installed. I removed the second version (which was an older version of Vue) and then importing Vuetify in index.js
worked fine. I’m still not sure why Vuetify worked with duplicate versions of Vue when included in App.vue
and not when in index.js
, but removing that second instance of Vue fixed this problem for me.
0👍
Just remove these imports from App.vue and leave them only in index.js
Source:stackexchange.com