1
2
3
4
5
6
7
8
9
| {
| "component": true,
| "usingComponents": {
| "t-checkbox": "tdesign-miniprogram/checkbox/checkbox",
| "t-swipe-cell": "tdesign-miniprogram/swipe-cell/swipe-cell",
| "t-cell": "tdesign-miniprogram/cell/cell",
| "t-button": "tdesign-miniprogram/button/button"
| }
| }
|
|