Nuxt/docs/content/4.examples/2.auto-imports/components.md

434 B

template
Example

Components

Components in the components/ directory are auto imported and can be directly used in your templates. You can configure other directories to support components auto-imports.

::alert{type=info icon=👉} Read more about the components directory. ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/auto-imports/components" file="app.vue"}