docs: fix typo (#31341)

This commit is contained in:
Nimit012 2025-03-12 18:01:51 +05:30 committed by GitHub
parent 0a7602f36d
commit 354e0a7f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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