index.json 305 B

1234567891011
  1. {
  2. "navigationBarBackgroundColor": "#fff",
  3. "navigationStyle": "custom",
  4. "handleWebviewPreload": "manual",
  5. "usingComponents": {
  6. "van-search": "@vant/weapp/search/index",
  7. "van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
  8. "van-dropdown-item": "@vant/weapp/dropdown-item/index"
  9. }
  10. }