Compare commits

..

No commits in common. "v0.0.2" and "main" have entirely different histories.
v0.0.2 ... main

1 changed files with 14 additions and 0 deletions

14
Page.interface.txt Normal file
View File

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