Nuxt 3 adopts a minimal friction approach, meaning wherever possible components and composables are auto-imported.
@nuxt/components
in Nuxt 2, you can remove components: true
in your nuxt.config
. If you had a more complex setup, then note that the component options have changed somewhat. See the components documentation for more information..nuxt/types/components.d.ts
and .nuxt/types/imports.d.ts
to see how Nuxt has resolved your components and composable auto-imports.