carver b8151e747f feat: first commit 2 年之前
..
demo b8151e747f feat: first commit 2 年之前
README.md b8151e747f feat: first commit 2 年之前

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 中使用该组件