index.json 256 B

123456789
  1. {
  2. "usingComponents": {
  3. "van-checkbox": "@vant/weapp/checkbox/index",
  4. "van-stepper": "@vant/weapp/stepper/index",
  5. "list": "../modules/list/index",
  6. "custom": "../../../pages/index/collect/modules/custom",
  7. "footer": "./cart/footer"
  8. }
  9. }