mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: update component prefix for event
This commit is contained in:
parent
022b836cdc
commit
7025412d35
@ -21,7 +21,7 @@ If you would like to trigger hydration when the element is either clicked or has
|
||||
```vue [pages/index.vue]
|
||||
<template>
|
||||
<div>
|
||||
<LazyIdleMyComponent :loader="createEventLoader(['click','mouseover'])"/>
|
||||
<LazyEventMyComponent :loader="createEventLoader(['click','mouseover'])"/>
|
||||
</div>
|
||||
<template>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user