I have setup Vuetify on my Vue webpack application.
Vuetify
Vue
My project is setup with vue init webpack my-project running Vue 2.5.2>
vue init webpack my-project
Vue 2.5.2>
I had encountered same issue.
vuetify@2.3.2 vue@2.6.11 nuxt@2.13.0 + typescript
I got solved with below.
[layouts/default.vue]
if you not typescript below helps you.