1👍
remove your vuetify.min.css
in your app.js
and move that in your app.scss like this
@import '~vuetify/dist/vuetify.min.css';
- [Vuejs]-Vue form e.target.name.value is undefined
- [Vuejs]-Setting one line item 'active' at a time in vue
Source:stackexchange.com