mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs: fix broken link (#4262)
Since Docus does not handle redirection (but will Nuxt Content v2)
This commit is contained in:
parent
2c540e7870
commit
9378f8ffab
@ -6,7 +6,7 @@ Contrary to a classic global declaration, Nuxt preserves typings and IDEs comple
|
|||||||
|
|
||||||
::alert{type=info icon=💡}
|
::alert{type=info icon=💡}
|
||||||
In the documentation, every function that is not explicitly imported is auto-imported by Nuxt and can be used as-is in your code.
|
In the documentation, every function that is not explicitly imported is auto-imported by Nuxt and can be used as-is in your code.
|
||||||
You can find a reference of auto-imported [composables](/api/composables/) and [utilities](/api/utils/) in the API section.
|
You can find a reference of auto-imported [composables](/api/composables/use-async-data) and [utilities](/api/utils/$fetch) in the API section.
|
||||||
::
|
::
|
||||||
|
|
||||||
::alert{type=warning}
|
::alert{type=warning}
|
||||||
|
Loading…
Reference in New Issue
Block a user