mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
docs: update component prefix for visible
This commit is contained in:
parent
7025412d35
commit
38fabb56e6
@ -21,7 +21,7 @@ If you would like to change the threshold of the element:
|
|||||||
```vue [pages/index.vue]
|
```vue [pages/index.vue]
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<LazyIdleMyComponent :loader="createVisibleLoader({threshold: 0.2})"/>
|
<LazyVisibleMyComponent :loader="createVisibleLoader({threshold: 0.2})"/>
|
||||||
</div>
|
</div>
|
||||||
<template>
|
<template>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user