diff --git a/content/en/docs/4.directory-structure/3.components.md b/content/en/docs/4.directory-structure/3.components.md index 3aac993197..9166a17b40 100644 --- a/content/en/docs/4.directory-structure/3.components.md +++ b/content/en/docs/4.directory-structure/3.components.md @@ -139,8 +139,8 @@ If we want to use it as `` while keeping the directory structure ```bash{}[nuxt.config.js] components: { dirs: [ - '~/components', - '~/components/base/foo' + '~/components/base/foo', + '~/components' ] } ```