invictus-codes / nuxt-vuetify

Add Vuetify 3 to your Nuxt application in seconds.
MIT License
73 stars 9 forks source link

[Bug]: warning in browser - [Vue warn]: App already provides property with key "Symbol(vuetify:defaults)". It will be overwritten with the new value. #19

Open veerendrapatel opened 11 months ago

veerendrapatel commented 11 months ago

Contact Details

veerendra.patel@gmail.com

What happened?

Hi, I added this nuxt-vuetify ( "@invictus.codes/nuxt-vuetify": "^0.3.0")in nuxt.config.ts under modules modules: [ "@invictus.codes/nuxt-vuetify", ], In browser console i see WARN :

Screenshot 2023-07-19 at 1 00 17 PM

Version

1.0.2 (Default)

What browsers are you seeing the problem on?

Firefox, Chrome

Relevant log output

No log output in Nuxt 3.6.3 with Nitro 2.5.2  console

Additional context

No response

jvhellemondt commented 11 months ago

Do you have Vuetify injected through plug-in/ module locally? If not, please provide a codepen/ codesandbox with your setup so I can check.

veerendrapatel commented 11 months ago

Do you have Vuetify injected through plug-in/ module locally? If not, please provide a codepen/ codesandbox with your setup so I can check.

Thanks for responding to this issue. I found that I tried to override vuetify themes in plugins/vuetify.ts instead of nuxt.config.ts vuetify section. I deleted plugins/vuetify.ts and provided themes in nuxt.config.ts vuetify.vuetifyOptions section and warnings are gone.