feat(schema): add experimental lazy hydration option

This commit is contained in:
Michael Brevard 2024-04-13 19:05:47 +03:00 committed by GitHub
parent 1f196a57cd
commit 7821e7f441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,6 +204,13 @@ export default defineUntypedSchema({
},
},
/**
* Experimental built-in delayed component hydration
*
* This enables components to lazily hydrate when needed, improving performance for sites with components below-the-fold
*/
componentLazyHydration: false,
/**
* Config schema support
* @see [Nuxt Issue #15592](https://github.com/nuxt/nuxt/issues/15592)