index.json 777 B

1234567891011121314151617181920
  1. {
  2. "usingComponents": {
  3. "van-icon": "@vant/weapp/icon/index",
  4. "van-popup": "@vant/weapp/popup/index",
  5. "van-cell": "@vant/weapp/cell/index",
  6. "van-cell-group": "@vant/weapp/cell-group/index",
  7. "van-divider": "@vant/weapp/divider/index",
  8. "van-rate": "@vant/weapp/rate/index",
  9. "shop-detail-card": "../../../components/shop-detail/index",
  10. "goods-list": "../../../components/goods-list/index",
  11. "comment-list": "../../../components/comment-list/index",
  12. "detail-card": "../../../components/detail-card/index",
  13. "list-card": "../../../components/list-card/index",
  14. "van-tabs": "@vant/weapp/tabs/index",
  15. "van-tab": "@vant/weapp/tab/index",
  16. "van-sticky": "@vant/weapp/sticky/index",
  17. "van-button": "@vant/weapp/button/index"
  18. }
  19. }