2018-03-10 23:23:13 +08:00
|
|
|
<template>
|
2018-06-04 14:47:25 +08:00
|
|
|
<Container type="full">
|
2018-03-10 23:23:13 +08:00
|
|
|
<template slot="header">
|
|
|
|
|
我是插入到 header 中的内容
|
|
|
|
|
</template>
|
2018-03-22 23:07:57 +08:00
|
|
|
<Markdown url="/static/md/组件 - 页面容器 - 撑满.md"></Markdown>
|
2018-03-22 22:55:44 +08:00
|
|
|
<template slot="footer">
|
|
|
|
|
我是插入到 footer 中的内容
|
|
|
|
|
</template>
|
2018-03-10 23:23:13 +08:00
|
|
|
</Container>
|
|
|
|
|
</template>
|