Want to take a look at our new docs? Our
new docs
are now in beta. Have fun!
The components Property
Nuxt.js 2.13+ can scan and auto import your components.
- Type:
BooleanorObject - Default:
false
When set to true or using an object, it will include the nuxt/components dependencies and auto import your components (defined in ~/components) when you use them in your templates.
ℹ️ Please refer to nuxt/components repository for usage and options.
