2018-03-10 23:23:13 +08:00
|
|
|
<template>
|
|
|
|
|
<Container>
|
|
|
|
|
<template slot="header">我是插入到 header 中的内容</template>
|
2018-03-10 23:36:09 +08:00
|
|
|
<Markdown url="/static/markdownFiles/article/组件 - 页面容器 - 基础.md"></Markdown>
|
2018-03-10 23:23:13 +08:00
|
|
|
</Container>
|
|
|
|
|
</template>
|