mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
fix(schema): support inline module options (#2852)
This commit is contained in:
parent
ae34f470a0
commit
ed2d26f1b5
@ -225,7 +225,7 @@ export default {
|
|||||||
* function () {}
|
* function () {}
|
||||||
* ]
|
* ]
|
||||||
* ```
|
* ```
|
||||||
* @type {(typeof import('../src/types/module').NuxtModule | string)[]}
|
* @type {(typeof import('../src/types/module').NuxtModule | string | [typeof import('../src/types/module').NuxtModule | string, Record<string, any>])[]}
|
||||||
* @version 2
|
* @version 2
|
||||||
* @version 3
|
* @version 3
|
||||||
*/
|
*/
|
||||||
@ -262,7 +262,7 @@ export default {
|
|||||||
* decreases the size of `node_modules` in production deployments. Please refer to each
|
* decreases the size of `node_modules` in production deployments. Please refer to each
|
||||||
* module's documentation to see if it is recommended to use `modules` or `buildModules`.
|
* module's documentation to see if it is recommended to use `modules` or `buildModules`.
|
||||||
*
|
*
|
||||||
* @type {(typeof import('../src/types/module').NuxtModule | string)[]}
|
* @type {(typeof import('../src/types/module').NuxtModule | string | [typeof import('../src/types/module').NuxtModule | string, Record<string, any>])[]}
|
||||||
* @version 2
|
* @version 2
|
||||||
* @version 3
|
* @version 3
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user