Open pschaub opened 11 months ago
Why is there @ts-expect-error
? Is there a way to easily solve this without ignoring any errors/warnings?
Could we use nuxt.hook
instead of nuxt.hooks.hook
? Is there a difference? See https://vite.nuxtjs.org/advanced/modules/
For me this solution is also blocking the option to add modules from the nuxt devtools. Is there another way to extend the config?
Environment
Browsers: Edge 120.0.2210.77 OS: Windows 11, 23H2 (Build 22631.2861) IDE: IntelliJ IDEA 2023.3.2 (Ultimate Edition), Build #UI-233.13135.103
Steps to reproduce
Follow the steps in the official guide "Get started with Vuetify 3" -> "Using Nuxt 3"
Dependencies in
package.json
:Expected Behavior
No IDE error in file "nuxt.config.ts"
Actual Behavior
IDE error "Type argument cannot be inferred from usage" in file "nuxt.config.ts"
Reproduction Link
https://vuetifyjs.com/en/getting-started/installation/#using-nuxt-3