mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs: mention config file name before code block (#19634)
This commit is contained in:
parent
e42d63a25a
commit
31445c1ebe
@ -107,7 +107,7 @@ Nuxt exposes every auto-import with the `#imports` alias that can be used to mak
|
|||||||
|
|
||||||
## Disable Auto-imports
|
## Disable Auto-imports
|
||||||
|
|
||||||
In case you want to disable auto-imports, you can set `imports.autoImport` to `false`.
|
In case you want to disable auto-imports, you can set `imports.autoImport` to `false` in your `nuxt.config.ts`.
|
||||||
|
|
||||||
```ts [nuxt.config.ts]
|
```ts [nuxt.config.ts]
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
|
Loading…
Reference in New Issue
Block a user