general-basic-form 2.0.16 → 2.0.17
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -432,10 +432,12 @@ extra:同行额外显示的内容,(item: any) => VNode | String;
|
|
|
432
432
|
```
|
|
433
433
|
|
|
434
434
|
```
|
|
435
|
-
defineExpose({ reset, loadList, selectInfo });
|
|
435
|
+
defineExpose({ reset, loadList, selectInfo, list, ifbottom });
|
|
436
436
|
InfiniteScrollListRef.value.reset():重置列表内容
|
|
437
437
|
InfiniteScrollListRef.value.loadList():重新请求列表内容
|
|
438
438
|
InfiniteScrollListRef?.value?.selectInfo:选择的内容
|
|
439
|
+
InfiniteScrollListRef?.value?.list:列表的内容
|
|
440
|
+
InfiniteScrollListRef?.value?.ifbottom:是否到底部
|
|
439
441
|
```
|
|
440
442
|
|
|
441
443
|
## 对展示描述列表的封装
|