vuetify-module
vuetify-module copied to clipboard
vuetify not initialized
Module version Nuxt 2.15.8 Nuxt/vuetify 1.12.3
Describe the bug I can't start Vuetify with nuxt, I want to know what I'm missing? several errors appear
Error in beforeCreate hook: "Error: Vuetify is not properly initialized, see https://vuetifyjs.com/getting-started/quick-start#bootstrapping-the-vuetify-object"
Error in getter for watcher "isDark": "TypeError: Cannot read properties of undefined (reading 'theme')"
Cannot read properties of undefined (reading 'rtl')
my nuxt.config.js
my vuetify.js
please help me I have been with this error for 3 days
I think that if dark is false so themes is light not dark, try it:
theme:{
themes:{
light:{...}
}
}