index.json 366 B

12345678910
  1. {
  2. "navigationBarTitleText": "Checkbox",
  3. "usingComponents": {
  4. "wux-segmented-control": "../../dist/segmented-control/index",
  5. "wux-cell-group": "../../dist/cell-group/index",
  6. "wux-cell": "../../dist/cell/index",
  7. "wux-checkbox-group": "../../dist/checkbox-group/index",
  8. "wux-checkbox": "../../dist/checkbox/index"
  9. }
  10. }