vuetify-module icon indicating copy to clipboard operation
vuetify-module copied to clipboard

vuetify not initialized

Open josecanuldev opened this issue 2 years ago • 1 comments

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

josecanuldev avatar Nov 16 '22 06:11 josecanuldev

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

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

cesxhin avatar Nov 20 '22 00:11 cesxhin