[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-04-13 16:08:11 +00:00 committed by GitHub
parent 7821e7f441
commit 162908aac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -206,11 +206,11 @@ 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)