mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-30 01:17:16 +00:00
fix(docs): move text about loadNuxt
parametres in one paragraph
This commit is contained in:
parent
935bee66e7
commit
a33a52e4ff
@ -95,15 +95,13 @@ interface LoadNuxtOptions extends LoadNuxtConfigOptions {
|
|||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
||||||
loadNuxt uses [`c12`](https://github.com/unjs/c12/tree/main) under the hood, so it accepts the same options as `c12` with some additional options:
|
|
||||||
|
|
||||||
##### `loadOptions`
|
##### `loadOptions`
|
||||||
|
|
||||||
**Type**: `LoadNuxtOptions`
|
**Type**: `LoadNuxtOptions`
|
||||||
|
|
||||||
**Default**: `{}`
|
**Default**: `{}`
|
||||||
|
|
||||||
An object with the following properties:
|
Loading conditions for Nuxt. `loadNuxt` uses [`c12`](https://github.com/unjs/c12/tree/main) under the hood, so it accepts the same options as `c12.loadConfig` with some additional options:
|
||||||
|
|
||||||
- `dev` (optional)
|
- `dev` (optional)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user