contact.json 333 B

1234567891011
  1. {
  2. "component": true,
  3. "usingComponents": {
  4. "van-loading": "../../../dist/loading/index",
  5. "van-cell-group": "../../dist/cell-group/index",
  6. "van-cell": "../../../dist/cell/index",
  7. "van-button": "../../../dist/button/index",
  8. "van-field": "../../dist/field/index",
  9. "van-notify": "../../dist/notify/index"
  10. }
  11. }