index.json 476 B

12345678910111213
  1. {
  2. "usingComponents": {
  3. "van-field": "@vant/weapp/field/index",
  4. "van-cell-group": "@vant/weapp/cell-group/index",
  5. "diy-editor": "/components/diy-editor/index",
  6. "select": "../../../../../components/select/index",
  7. "van-tag": "@vant/weapp/tag/index",
  8. "van-button": "@vant/weapp/button/index",
  9. "van-uploader": "@vant/weapp/uploader/index",
  10. "van-switch": "@vant/weapp/switch/index",
  11. "dev-route":"../../../../../components/dev-route/index"
  12. }
  13. }