diff --git a/docs/content/2.guide/2.directory-structure/1.components.md b/docs/content/2.guide/2.directory-structure/1.components.md index 69f348f44bd..9e959c11ce7 100644 --- a/docs/content/2.guide/2.directory-structure/1.components.md +++ b/docs/content/2.guide/2.directory-structure/1.components.md @@ -225,7 +225,9 @@ This feature only works with Nuxt auto-imports and `#components` imports. Explic ## `` Component -Nuxt also provides a `` component to render a component only during development. The content will not be included in production builds. +Nuxt provides the `` component to render a component only during development. + +The content will not be included in production builds and tree-shaken. ```html{}[pages/example.vue]