docs: update component prefix for visible

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

View File

@ -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>
```