mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
fix: use lowercase boolean
This commit is contained in:
parent
e2416801e4
commit
36ffef9fa5
@ -263,7 +263,7 @@ export default defineUntypedSchema({
|
||||
* Delayed component hydration
|
||||
*
|
||||
* This enables components to defer hydration until necessary, improving performance by not requesting all resources at once.
|
||||
* @type {Boolean}
|
||||
* @type {boolean}
|
||||
*/
|
||||
delayedHydration: false,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user