ソースを参照

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
   }
 }