index.json 355 B

1234567891011
  1. {
  2. "usingComponents": {
  3. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  4. "van-dropdown-item": "@vant/weapp/dropdown-item/index",
  5. "clue": "./modules/clue",
  6. "client": "./modules/client",
  7. "project": "./modules/project",
  8. "bills": "./modules/bills"
  9. },
  10. "navigationBarTitleText": "作业看板"
  11. }