mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix typo (#2119)
This commit is contained in:
parent
a892700e95
commit
939f2eea25
@ -49,12 +49,12 @@ export interface ScanDir {
|
||||
*/
|
||||
level?: number
|
||||
/**
|
||||
* These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by Wepack via its magic comments.
|
||||
* These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by Webpack via its magic comments.
|
||||
* Learn more on Webpack documentation: https://webpack.js.org/api/module-methods/#magic-comments
|
||||
*/
|
||||
prefetch?: boolean
|
||||
/**
|
||||
* These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by Wepack via its magic comments.
|
||||
* These properties (prefetch/preload) are used in production to configure how components with Lazy prefix are handled by Webpack via its magic comments.
|
||||
* Learn more on Webpack documentation: https://webpack.js.org/api/module-methods/#magic-comments
|
||||
*/
|
||||
preload?: boolean
|
||||
|
Loading…
Reference in New Issue
Block a user