chore: schema cleanup

This commit is contained in:
Michael Brevard 2024-06-16 16:48:06 +03:00 committed by GitHub
parent 7f51c8a133
commit e2416801e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 * Config schema support