main.json 582 B

123456789101112131415
  1. {
  2. "usingComponents": {
  3. "van-row": "../../static/vant/row/index",
  4. "van-col": "../../static/vant/col/index",
  5. "van-popup": "../../static/vant/popup/index",
  6. "van-overlay": "../../static/vant/overlay/index",
  7. "van-divider": "../../static/vant/divider/index",
  8. "van-cell": "../../static/vant/cell/index",
  9. "van-cell-group": "../../static/vant/cell-group/index",
  10. "van-tab": "../../static/vant/tab/index",
  11. "van-tabs": "../../static/vant/tabs/index",
  12. "van-toast": "../../static/vant/toast/index",
  13. "van-empty": "../../static/vant/empty/index"
  14. }
  15. }