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.
- package/README.md +1 -1
- 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:是否到底部
|