docs: tofandel review

Co-authored-by: Adrien Foulon <6115458+Tofandel@users.noreply.github.com>
This commit is contained in:
Michael Brevard 2024-10-31 08:48:16 +02:00 committed by GitHub
parent d81740d439
commit d3aef5549a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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] ```vue [pages/index.vue]
<template> <template>