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

approval.json 723 B

3 年前
3 年前
3 年前
12345678910111213141516171819
  1. {
  2. "usingComponents": {
  3. "van-row": "@vant/weapp/row/index",
  4. "van-col": "@vant/weapp/col/index",
  5. "van-cell": "@vant/weapp/cell/index",
  6. "van-cell-group": "@vant/weapp/cell-group/index",
  7. "van-tag": "@vant/weapp/tag/index",
  8. "van-icon": "@vant/weapp/icon/index",
  9. "van-steps": "@vant/weapp/steps/index",
  10. "van-button": "@vant/weapp/button/index",
  11. "van-checkbox": "@vant/weapp/checkbox/index",
  12. "van-checkbox-group": "@vant/weapp/checkbox-group/index",
  13. "van-action-sheet": "@vant/weapp/action-sheet/index",
  14. "van-swipe-cell": "@vant/weapp/swipe-cell/index",
  15. "van-dialog": "@vant/weapp/dialog/index",
  16. "van-field": "@vant/weapp/field/index",
  17. "van-empty": "@vant/weapp/empty/index"
  18. }
  19. }