Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vuetify not initialized #514

Open
josecanuldev opened this issue Nov 16, 2022 · 1 comment
Open

vuetify not initialized #514

josecanuldev opened this issue Nov 16, 2022 · 1 comment

Comments

@josecanuldev
Copy link

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
Copy link

cesxhin commented Nov 20, 2022

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants