You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/guide/introduction.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ footer: false
6
6
7
7
Light and simple infinite scroll component compatible with vue.js 3 and vite, to help you implement an infinite scroll list more easily.
8
8
9
-
### Contribute
9
+
## How it works
10
+
11
+
The component fires an `infinite` event when the user scrolls to the bottom or while the component is visible in the viewport of the `target` element passed as prop.
12
+
13
+
## Contribute
10
14
11
15
If you find any spelling mistakes or have improvements to offer, I am open to anyone who has ideas and wants to contribute.
0 commit comments