I'm using electron-vue to build a vue electron app.
I am also using Vuetify which I am following the manual installation process,
In dev, initially everything works fine and I can run my app and add vuetify components, no problem.
Then I run a build, when I open the built version of the app I have a console warning from vuetify [vuetify] Multiple instances of Vue detected
then a whole ream of subsequent errors that I assume are as a result, and my app doesn't load coorectly, I see the content but none of the components and css etc.
Has anyone used these tools together before and knows how to resolve this?
I have looked everywhere for [vuetify] Multiple instances of Vue detected
but all comments relate to running tests, not building electron. need help please.