Infinity Scroll

Load more data while reach bottom of the page

Basic usage

Add v-infinite-scroll to the list to automatically execute loading method when scrolling to the bottom.

1
2
3
4
5
6
7
8
9
10

Disable Loading

1
2
3
4
5
6
7
8
9
10

Directives

NameDescriptionTypeAccepted valuesDefault
v-infinite-scrollLoad more data while reach bottom of the pagefunction--
infinite-scroll-disabledis disabledboolean-false
infinite-scroll-delaythrottle delay (ms)number-200
infinite-scroll-distancetrigger distance (px)number-0
infinite-scroll-immediateWhether to execute the loading method immediately, in case the content cannot be filled up in the initial state.boolean-true
Last Updated: 10/1/2022, 6:04:27 AM
Contributors: Tam Mai