Skip to content

Commit

Permalink
docs: fix links to other auto-imports pages (#24269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nationalcat authored and manniL committed Dec 11, 2023
1 parent 204d225 commit c3b45cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.guide/1.concepts/1.auto-imports.md
Expand Up @@ -11,7 +11,7 @@ const count = ref(1) // ref is auto-imported
</script>
```

Thanks to its opinionated directory structure, Nuxt can auto-import your [`components/`](/docs/guide/directory-structure/components), [`composables/`](/docs/guide/directory-structure/components) and [`utils/`](/docs/guide/directory-structure/components).
Thanks to its opinionated directory structure, Nuxt can auto-import your [`components/`](/docs/guide/directory-structure/components), [`composables/`](/docs/guide/directory-structure/composables) and [`utils/`](/docs/guide/directory-structure/utils).

Contrary to a classic global declaration, Nuxt preserves typings, IDEs completions and hints, and **only includes what is used in your production code**.

Expand Down

0 comments on commit c3b45cc

Please sign in to comment.