[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2023-08-16 12:35:38 +00:00 committed by GitHub
parent 1deedc271d
commit ace3c30145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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.