6👍
✅
You aren’t giving Vue an instance of Vuetify:
const vuetify = new Vuetify();
const app = new Vue({
el: '#app',
vuetify
});
Source:stackexchange.com