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 b5a5dcf commit b3f5da6Copy full SHA for b3f5da6
src/components/InfiniteLoading.vue
@@ -84,6 +84,7 @@
84
isComplete: false,
85
isFirstLoad: true, // save the current loading whether it is the first loading
86
inThrottle: false,
87
+ throttleLimit: 50,
88
infiniteLoopChecked: false, // save the status of infinite loop check
89
infiniteLoopTimer: null,
90
continuousCallTimes: 0,
@@ -124,10 +125,6 @@
124
125
default: 'bottom',
126
},
127
forceUseInfiniteWrapper: null,
- throttleLimit: {
128
- type: Number,
129
- default: 50,
130
- },
131
132
mounted() {
133
this.scrollParent = this.getScrollParent();
0 commit comments