newmodel_m/Page.interface.txt

15 lines
395 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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