mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
chore: update links for new sitemap (#4286)
This commit is contained in:
parent
f753938843
commit
0457125ebd
@ -2,4 +2,4 @@
|
||||
|
||||
> Use backported Nuxt 3 features in Nuxt 2
|
||||
|
||||
Learn more about this package: <https://v3.nuxtjs.org/getting-started/bridge>
|
||||
Learn more about this package: <https://v3.nuxtjs.org/bridge/overview>
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
> Nuxt Command Line Interface
|
||||
|
||||
Learn more about this package: <https://v3.nuxtjs.org/getting-started/commands>
|
||||
Learn more about this package: <https://v3.nuxtjs.org/api/commands/add>
|
||||
|
@ -6,7 +6,7 @@ export default {
|
||||
* pages, layouts (and other components) without needing to explicitly import them.
|
||||
*
|
||||
* @default {{ dirs: [`~/components`] }}
|
||||
* @see [Nuxt 3](https://v3.nuxtjs.org/docs/directory-structure/components) and
|
||||
* @see [Nuxt 3](https://v3.nuxtjs.org/guide/directory-structure/components) and
|
||||
* [Nuxt 2](https://nuxtjs.org/docs/directory-structure/components/) documentation
|
||||
* @type {boolean | typeof import('../src/types/components').ComponentsOptions | typeof import('../src/types/components').ComponentsOptions['dirs']}
|
||||
* @version 2
|
||||
@ -27,7 +27,7 @@ export default {
|
||||
/**
|
||||
* Configure how Nuxt auto-imports composables into your application.
|
||||
*
|
||||
* @see [Nuxt 3 documentation](https://v3.nuxtjs.org/docs/directory-structure/composables)
|
||||
* @see [Nuxt 3 documentation](https://v3.nuxtjs.org/guide/directory-structure/composables)
|
||||
* @type {typeof import('../src/types/imports').AutoImportsOptions}
|
||||
* @version 3
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user