🌐 AI搜索 & 代理 主页
Skip to content

Commit 0bd6eb1

Browse files
authored
Update README.md
1 parent 1431976 commit 0bd6eb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directives/visible/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
> `v-b-visible` is a lightweight directive that allows you to react when an element becomes visible
44
> in the viewport and/or when it moves out of the viewport (or is no longer visible).
55
6-
The `v-b-visible` directive was added in version `2.1.0`.
7-
86
## Overview
97

8+
The `v-b-visible` directive was added in version `2.1.0`.
9+
1010
- `v-b-visible` will call your callback method with a boolean value indicating if the element is
1111
visible (intersecting with the viewport) or not.
1212
- The directive can be placed on almost any element or component.

0 commit comments

Comments
 (0)