mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
15 lines
434 B
Markdown
15 lines
434 B
Markdown
---
|
|
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](/docs/directory-structure/components).
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/auto-imports/components" file="app.vue"}
|