1
2
3
4
5
6
7
8
9
10
11
| "use strict";
| const CellGroup = {
| // cell-group组件的props
| cellGroup: {
| title: "",
| border: true,
| customStyle: {}
| }
| };
| exports.CellGroup = CellGroup;
| //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-cell-group/cellGroup.js.map
|
|