0👍
Have you updated nuxt.config.js
the way it says in the Vuetify documentation and the nuxtjs/vuetify plugin page?
// nuxt.config.js
{
buildModules: [
// Simple usage
'@nuxtjs/vuetify',
// With options
['@nuxtjs/vuetify', { /* module options */ }]
]
}
Source:stackexchange.com