1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| "use strict";
| const List = {
| // list 组件
| list: {
| showScrollbar: false,
| lowerThreshold: 50,
| upperThreshold: 0,
| scrollTop: 0,
| offsetAccuracy: 10,
| enableFlex: false,
| pagingEnabled: false,
| scrollable: true,
| scrollIntoView: "",
| scrollWithAnimation: false,
| enableBackToTop: false,
| height: 0,
| width: 0,
| preLoadScreen: 1
| }
| };
| exports.List = List;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-list/list.js.map
|
|