Skip to content

Commit b3f5da6

Browse files
committed
Remove throttle-limit property
1 parent b5a5dcf commit b3f5da6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/InfiniteLoading.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
isComplete: false,
8585
isFirstLoad: true, // save the current loading whether it is the first loading
8686
inThrottle: false,
87+
throttleLimit: 50,
8788
infiniteLoopChecked: false, // save the status of infinite loop check
8889
infiniteLoopTimer: null,
8990
continuousCallTimes: 0,
@@ -124,10 +125,6 @@
124125
default: 'bottom',
125126
},
126127
forceUseInfiniteWrapper: null,
127-
throttleLimit: {
128-
type: Number,
129-
default: 50,
130-
},
131128
},
132129
mounted() {
133130
this.scrollParent = this.getScrollParent();

0 commit comments

Comments
 (0)