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 55b3b43 commit 1ee49e3Copy full SHA for 1ee49e3
src/components/InfiniteLoading.vue
@@ -68,7 +68,7 @@
68
isComplete: false,
69
isFirstLoad: true, // save the current loading whether it is the first loading
70
debounceTimer: null,
71
- debounceDuration: 100,
+ debounceDuration: 50,
72
infiniteLoopChecked: false, // save the status of infinite loop check
73
infiniteLoopTimer: null,
74
continuousCallTimes: 0,
0 commit comments