docs: update experimental config key

This commit is contained in:
Michael Brevard 2024-06-17 17:18:49 +03:00 committed by GitHub
parent b749509f9d
commit 022b836cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,7 +130,7 @@ In order to use delayed hydration, you first need to enable it in your experimen
```ts [nuxt.config.{ts,js}]
export default defineNuxtConfig({
experimental: {
componentLazyHydration: true
delayedHydration: true
}
})
```