index.json 200 B

12345678
  1. {
  2. "navigationBarTitleText": "首页",
  3. "usingComponents": {
  4. "Container": "../../component/container/index",
  5. "van-row": "@vant/weapp/row/index",
  6. "van-col": "@vant/weapp/col/index"
  7. }
  8. }