This website works better with JavaScript
首页
发现
帮助
登录
chenjunkun
/
th_net_hospital_ali_mp
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
分支:
master
分支列表
标签列表
dev
main-by
main-by-refactor
main-by-v2.2.1
main-by-v2.3.2
main-by-v2.3.3
main-by-yibao2
main-taihe
main-taihe-hotfix_v0.0.1
main-taihe-refactor
main-taihe-v2.2.1
main-taihe-yibao2
main-th-v2.3.2
main-th-v2.3.3
master
v2.1.2_nfby
th_net_hospi...
/
custom
/
components
carver
b8151e747f
feat: first commit
2 年之前
..
demo
b8151e747f
feat: first commit
2 年之前
README.md
b8151e747f
feat: first commit
2 年之前
README.md
新建组件流程
在custom/components下面新建组件, 如example
在custom/integration/index.json usingComponents字段引入该组件 { usingComponents: { "example": "/custom/components/example/index" } }
在装修平台新增自定义组件类型,假设取的compomentType是yourComponentType
在custom/integration/index.axml 中使用该组件