1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| "use strict";
| const Subsection = {
| // subsection组件
| subsection: {
| list: [],
| current: 0,
| activeColor: "#3c9cff",
| inactiveColor: "#303133",
| mode: "button",
| fontSize: 12,
| bold: true,
| bgColor: "#eeeeef",
| keyName: "name",
| activeColorKeyName: "activeColorKey",
| inactiveColorKeyName: "inactiveColorKey",
| disabled: false
| }
| };
| exports.Subsection = Subsection;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-subsection/subsection.js.map
|
|