docs: update component prefix for event

This commit is contained in:
Michael Brevard 2024-06-17 17:19:20 +03:00 committed by GitHub
parent 022b836cdc
commit 7025412d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ If you would like to trigger hydration when the element is either clicked or has
```vue [pages/index.vue] ```vue [pages/index.vue]
<template> <template>
<div> <div>
<LazyIdleMyComponent :loader="createEventLoader(['click','mouseover'])"/> <LazyEventMyComponent :loader="createEventLoader(['click','mouseover'])"/>
</div> </div>
<template> <template>
``` ```