Delete Page.interface.txt

Signed-off-by: cuidongdong <515783741@qq.com>
This commit is contained in:
cuidongdong 2024-07-02 09:08:34 +08:00
parent bdeab36439
commit f7e7e48620
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文件