index.json 498 B

1234567891011121314
  1. {
  2. "usingComponents": {
  3. "wux-cell-group": "../../dist/cell-group/index",
  4. "wux-cell": "../../dist/cell/index",
  5. "wux-input": "../../dist/input/index",
  6. "wux-icon": "../../dist/icon/index",
  7. "wux-button": "../../dist/button/index",
  8. "wux-toast": "../../dist/toast/index",
  9. "wux-textarea": "../../dist/textarea/index",
  10. "wux-upload": "../../dist/upload/index",
  11. "time-picker": "../../../components/timePicker/timePicker",
  12. "wux-select": "../../dist/select/index"
  13. }
  14. }