mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
docs: update experimental config key
This commit is contained in:
parent
b749509f9d
commit
022b836cdc
@ -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
|
||||
}
|
||||
})
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user