docs: fix typo (#31341)

This commit is contained in:
Nimit012 2025-03-12 18:01:51 +05:30 committed by Daniel Roe
parent f68cd68b98
commit c056f2c028
No known key found for this signature in database
GPG Key ID: CBC814C393D93268

View File

@ -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>