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
0a7602f36d
commit
354e0a7f2c
@ -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