I'm using vue-cli-3.4.1. After creating project, i'have added vuetify to my project using command vue add vuetify
.
There is another vue web-component, which i'm trying to use in my application.
I have added scripts to index.html file, like this
<script src="https://unpkg.com/vue"></script>
<script src="path/my-component.min.js"></script>
But, after running command npm run serve
, getting this error in console and showing blank page.
[Vuetify] Multiple instances of Vue detected