[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2023-07-28 14:50:59 +00:00 committed by GitHub
parent 0c69c19576
commit 6ad02f1a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ async function installModule (moduleToInstall: string | NuxtModule, inlineOption
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.
#### Examples
```ts
import { defineNuxtModule, installModule } from '@nuxt/kit'