You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
IntelliJ tells me this error in nuxt.config.ts, but Vuetify is usable.
TS2345: Argument of type '{ target: "static"; ssr: true; head: { titleTemplate: string; title: string; htmlAttrs: { lang: string; }; meta: ({ charset: string; } | { name: string; content: string; } | { hid: string; name: string; content: string; })[]; link: { ...; }[]; }; ... 6 more ...; build: { ...; }; }' is not assignable to parameter of type 'NuxtConfig'. Object literal may only specify known properties, and 'vuetify' does not exist in type 'NuxtConfig'.
To Reproduce
Only if needed
Steps to reproduce the behavior:
Open the project with IntelliJ
Open the file nuxt.config.ts
Scroll to vuetify
See error
Expected behavior
No error.
Screenshots
Additional context
I use the Nuxt Bridge and IntelliJ
The text was updated successfully, but these errors were encountered:
Module version
1.12.3
Describe the bug
IntelliJ tells me this error in
nuxt.config.ts
, but Vuetify is usable.To Reproduce
Only if needed
Steps to reproduce the behavior:
nuxt.config.ts
vuetify
Expected behavior
No error.
Screenshots
Additional context
I use the Nuxt Bridge and IntelliJ
The text was updated successfully, but these errors were encountered: