浏览代码

Update src/constants/index.js

文翼 3 年之前
父节点
当前提交
c3ced945bd
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
   }
 }