mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-20 08:15:59 +00:00
docs: fix typo (#31341)
This commit is contained in:
parent
f68cd68b98
commit
c056f2c028
@ -261,7 +261,7 @@ All delayed hydration components emit a `@hydrated` event when they are hydrated
|
|||||||
```vue [pages/index.vue]
|
```vue [pages/index.vue]
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<LazyMyComponent hydrate-on-visible @hydrated="onHydrated" />
|
<LazyMyComponent hydrate-on-visible @hydrated="onHydrate" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user