微信小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

21 行
801 B

  1. {
  2. "navigationStyle": "custom",
  3. "usingComponents": {
  4. "van-row": "@vant/weapp/row/index",
  5. "van-col": "@vant/weapp/col/index",
  6. "van-cell": "@vant/weapp/cell/index",
  7. "van-cell-group": "@vant/weapp/cell-group/index",
  8. "van-tag": "@vant/weapp/tag/index",
  9. "van-icon": "@vant/weapp/icon/index",
  10. "van-steps": "@vant/weapp/steps/index",
  11. "van-button": "@vant/weapp/button/index",
  12. "van-radio": "@vant/weapp/radio/index",
  13. "van-radio-group": "@vant/weapp/radio-group/index",
  14. "van-field": "@vant/weapp/field/index",
  15. "van-popup": "@vant/weapp/popup/index",
  16. "van-picker": "@vant/weapp/picker/index",
  17. "van-calendar": "@vant/weapp/calendar/index",
  18. "van-datetime-picker": "@vant/weapp/datetime-picker/index",
  19. "hf_editor": "/component/editor/editor"
  20. }
  21. }