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]
|
```vue [pages/index.vue]
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<LazyIdleMyComponent :loader="createEventLoader(['click','mouseover'])"/>
|
<LazyEventMyComponent :loader="createEventLoader(['click','mouseover'])"/>
|
||||||
</div>
|
</div>
|
||||||
<template>
|
<template>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user