index.json 412 B

123456789101112
  1. {
  2. "component": true,
  3. "usingComponents": {
  4. "van-icon": "@vant/weapp/icon/index",
  5. "van-search": "@vant/weapp/search/index",
  6. "van-tabs": "@vant/weapp/tabs/index",
  7. "van-tab": "@vant/weapp/tab/index",
  8. "shop-list": "../../components/shop-list/shop-list",
  9. "goods-list": "../../components/goods-list/index",
  10. "van-sticky": "@vant/weapp/sticky/index"
  11. }
  12. }