This website works better with JavaScript
首頁
探索
說明
登入
chenjunkun
/
th_net_hospital_ali_mp
關注
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
分支:
v2.1.2_nfby
分支列表
標籤列表
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 中使用该组件