no message

Former-commit-id: 5a497d156a66299830a672ff1b8d22165c19a8cb
Former-commit-id: 6429c53c4c9592bf05987029d8ae7a62ee383df9
Former-commit-id: 6d3b1470b390e23f2f5fe6c58ddb762bedb96e98
This commit is contained in:
liyang
2018-06-04 14:47:25 +08:00
parent 3b09d88200
commit 73f6741477
15 changed files with 31 additions and 31 deletions

View File

@@ -0,0 +1,11 @@
<template>
<Container type="full">
<template slot="header">
我是插入到 header 中的内容
</template>
<Markdown url="/static/md/组件 - 页面容器 - 撑满.md"></Markdown>
<template slot="footer">
我是插入到 footer 中的内容
</template>
</Container>
</template>