1👍
Try adding line
vuetify: new Vuetify(),
to your JavaScript export default.
The example mentioned by you will work if you change JavaScript code to:
new Vue({
el: '#app',
vuetify: new Vuetify(),
- [Vuejs]-Reach and show data depends another data you enter in Vue.js and vuex
- [Vuejs]-Laravel VueJs SPA : should VueJS router routes match with Laravel routes
Source:stackexchange.com