carver b8151e747f feat: first commit há 2 anos atrás
..
demo b8151e747f feat: first commit há 2 anos atrás
README.md b8151e747f feat: first commit há 2 anos atrás

README.md

新建组件流程

  1. 在custom/components下面新建组件, 如example
  2. 在custom/integration/index.json usingComponents字段引入该组件 { usingComponents: { "example": "/custom/components/example/index" } }
  3. 在装修平台新增自定义组件类型,假设取的compomentType是yourComponentType
  4. 在custom/integration/index.axml 中使用该组件