mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
chore: schema cleanup
This commit is contained in:
parent
7f51c8a133
commit
e2416801e4
@ -260,11 +260,12 @@ export default defineUntypedSchema({
|
||||
},
|
||||
|
||||
/**
|
||||
* Experimental built-in delayed component hydration
|
||||
* Delayed component hydration
|
||||
*
|
||||
* This enables components to lazily hydrate when needed, improving performance for sites with components below-the-fold
|
||||
* This enables components to defer hydration until necessary, improving performance by not requesting all resources at once.
|
||||
* @type {Boolean}
|
||||
*/
|
||||
componentLazyHydration: false,
|
||||
delayedHydration: false,
|
||||
|
||||
/**
|
||||
* Config schema support
|
||||
|
Loading…
Reference in New Issue
Block a user