Nuxt/docs/content/3.docs/2.directory-structure/4.components.md

10 lines
308 B
Markdown
Raw Normal View History

---
icon: IconDirectory
title: 'components'
head.title: Components directory
---
# Components directory
The `components/` directory is where you put all your Vue components which can then be imported inside your pages or other components ([learn more](https://v3.vuejs.org/guide/component-basics.html)).