mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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.
|
||||
::
|
||||
|
||||
::alert{type=warning}
|
||||
Auto imports don't currently work within the [server directory](/docs/guide/directory-structure/server).
|
||||
::alert{type=info}
|
||||
In the [server directory](/docs/guide/directory-structure/server), we auto import exported functions and variables from `server/utils/`.
|
||||
::
|
||||
|
||||
## Built-in Auto-imports
|
||||
|
Loading…
Reference in New Issue
Block a user