user-edit.json 253 B

123456789
  1. {
  2. "renderer": "skyline",
  3. "component": true,
  4. "usingComponents": {
  5. "t-cell": "tdesign-miniprogram/cell/cell",
  6. "form-button": "../../../../components/button/button",
  7. "user-data-edit": "../../components/user-data-edit/user-data-edit"
  8. }
  9. }