mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-19 16:01:24 +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]
|
||||
<template>
|
||||
<div>
|
||||
<LazyMyComponent hydrate-on-visible @hydrated="onHydrated" />
|
||||
<LazyMyComponent hydrate-on-visible @hydrated="onHydrate" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user