mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
1a7b570c82
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
434 B
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"}