mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-30 23:32:38 +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]
|
||||
<template>
|
||||
<div>
|
||||
<LazyIdleMyComponent :loader="createVisibleLoader({threshold: 0.2})"/>
|
||||
<LazyVisibleMyComponent :loader="createVisibleLoader({threshold: 0.2})"/>
|
||||
</div>
|
||||
<template>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user