mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-22 08:29:46 +00:00
docs: update auto-imports for the server part (#18848)
This commit is contained in:
parent
84dfd8756a
commit
eec0cbc416
@ -13,8 +13,8 @@ In the documentation, every function that is not explicitly imported is auto-imp
|
|||||||
You can find a reference for auto-imported [composables](/docs/api/composables/use-async-data) and [utilities](/docs/api/utils/dollarfetch) in the API section.
|
You can find a reference for auto-imported [composables](/docs/api/composables/use-async-data) and [utilities](/docs/api/utils/dollarfetch) in the API section.
|
||||||
::
|
::
|
||||||
|
|
||||||
::alert{type=warning}
|
::alert{type=info}
|
||||||
Auto imports don't currently work within the [server directory](/docs/guide/directory-structure/server).
|
In the [server directory](/docs/guide/directory-structure/server), we auto import exported functions and variables from `server/utils/`.
|
||||||
::
|
::
|
||||||
|
|
||||||
## Built-in Auto-imports
|
## Built-in Auto-imports
|
||||||
|
Loading…
Reference in New Issue
Block a user