general-basic-form 2.0.35 → 2.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -484,7 +484,7 @@ defaultSelection:包含数据key值的对象数组或者直接传入key值数
484
484
  ```
485
485
  defineExpose({ reset, loadList, selectInfo, list, ifbottom });
486
486
  InfiniteScrollListRef.value.reset():重置列表内容
487
- InfiniteScrollListRef.value.loadList():向下滚动列表内容
487
+ InfiniteScrollListRef.value.loadList():向下滚动列表内容,受到loading和ifbottom的影响
488
488
  InfiniteScrollListRef?.value?.selectInfo:选择的内容
489
489
  InfiniteScrollListRef?.value?.list:列表的内容
490
490
  InfiniteScrollListRef?.value?.ifbottom:是否到底部
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-basic-form",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "description": "",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "type": "module",