mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 15:42:09 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
1deedc271d
commit
ace3c30145
@ -119,7 +119,6 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
### `installModule`
|
||||
|
||||
Install specified Nuxt module programmatically. This is helpful when your module depends on other modules. You can pass the module options as an object to `inlineOptions` and they will be passed to the module's `setup` function.
|
||||
@ -514,7 +513,7 @@ Nuxt instance. If not provided, it will be retrieved from the context via `useNu
|
||||
These functions are designed for registering your own utils, composables and Vue APIs. For pages, components and plugins, please refer to the specific sections: [Pages](#pages), [Components](#components), [Plugins](#plugins).
|
||||
::
|
||||
|
||||
Nuxt auto-imports helper functions, composables and Vue APIs to use across your application without explicitly importing them. Based on the directory structure, every Nuxt application can also use auto-imports for its own composables and plugins. Composables or plugins can use these functions.
|
||||
Nuxt auto-imports helper functions, composables and Vue APIs to use across your application without explicitly importing them. Based on the directory structure, every Nuxt application can also use auto-imports for its own composables and plugins. Composables or plugins can use these functions.
|
||||
|
||||
### `addImports`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user