nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
630 stars 106 forks source link

vuetify not initialized #514

Open josecanuldev opened 1 year ago

josecanuldev commented 1 year ago

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 image

my vuetify.js image

please help me I have been with this error for 3 days

cesxhin commented 1 year ago

I think that if dark is false so themes is light not dark, try it:

theme:{
  themes:{
    light:{...}
  }
}