Browse Source

Update src/constants/index.js

文翼 3 years ago
parent
commit
c3ced945bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/constants/index.js

+ 1 - 1
src/constants/index.js

@@ -338,7 +338,7 @@ const DEFAULTS = {
   onTogglePagination (newState) {
     return false
   },
-  onVirtualScroll (newState) {
+  onVirtualScroll (startIndex, endIndex) {
     return false
   }
 }