Compare commits

..

1 Commits
main ... v0.0.2

Author SHA1 Message Date
cuidongdong a12cf565d8 Delete Page.interface.txt
Signed-off-by: cuidongdong <515783741@qq.com>
2024-07-02 09:08:39 +08:00
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
interface Container {
name: 容器名
type: 页面容器tab容器弹窗容器
components: [componentcomponentcomponent]
}
interface Component extend Container{
name:
type
props
}
// 每个容器组件有对应的渲染模板来渲染包含的子组件如tabs用的是TabContainer.templateModal用的是Modal.template生成单独的modal.vue文件