We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
I think that if dark is false so themes is light not dark, try it:
theme:{ themes:{ light:{...} } }
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: