2022-03-30 15:59:28 +00:00
|
|
|
---
|
2022-10-06 09:15:30 +00:00
|
|
|
title: "Components"
|
|
|
|
description: "You can configure other directories to support components auto-imports."
|
|
|
|
toc: false
|
2022-03-30 15:59:28 +00:00
|
|
|
---
|
|
|
|
|
2022-04-16 13:53:36 +00:00
|
|
|
Components in the `components/` directory are auto-imported and can be used directly in your templates.
|
2022-03-30 15:59:28 +00:00
|
|
|
|
2022-04-06 05:56:08 +00:00
|
|
|
::ReadMore{link="/guide/directory-structure/components"}
|
2022-03-30 15:59:28 +00:00
|
|
|
::
|
|
|
|
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/auto-imports/components" file="app.vue"}
|
2022-10-06 09:15:30 +00:00
|
|
|
::
|