mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
docs: tofandel review
Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
This commit is contained in:
parent
d81740d439
commit
d3aef5549a
@ -206,7 +206,7 @@ If you would like to hydrate a component once a promise is fulfilled, use the `L
|
||||
```
|
||||
|
||||
Nuxt's delayed hydration system is highly flexible, allowing each developer to build upon it and implement their own hydration strategy.
|
||||
If you have highly specific hydration triggers that aren't covered by the default strategies, or you want to have conditional hydraion, you can use the general purpose `LazyIf` prefix:
|
||||
If you have highly specific hydration triggers that aren't covered by the default strategies, or you want to have conditional hydration, you can use the general purpose `LazyIf` prefix:
|
||||
|
||||
```vue [pages/index.vue]
|
||||
<template>
|
||||
|
Loading…
Reference in New Issue
Block a user