We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1431976 commit 0bd6eb1Copy full SHA for 0bd6eb1
src/directives/visible/README.md
@@ -3,10 +3,10 @@
3
> `v-b-visible` is a lightweight directive that allows you to react when an element becomes visible
4
> in the viewport and/or when it moves out of the viewport (or is no longer visible).
5
6
-The `v-b-visible` directive was added in version `2.1.0`.
7
-
8
## Overview
9
+The `v-b-visible` directive was added in version `2.1.0`.
+
10
- `v-b-visible` will call your callback method with a boolean value indicating if the element is
11
visible (intersecting with the viewport) or not.
12
- The directive can be placed on almost any element or component.
0 commit comments