This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
chenjunkun
/
th_net_hospital_ali_mp
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
v2.1.2_nfby
Ramos
Etiquetas
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
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
新建组件流程
在custom/components下面新建组件, 如example
在custom/integration/index.json usingComponents字段引入该组件 { usingComponents: { "example": "/custom/components/example/index" } }
在装修平台新增自定义组件类型,假设取的compomentType是yourComponentType
在custom/integration/index.axml 中使用该组件