no message

Former-commit-id: 28ec2beb0befdc6a796458fbcc1a0c3786fb8d62
Former-commit-id: 82768e538a271a2354616cd01f84fd73631a62b2
Former-commit-id: 450e74928f5d6bdba20e01ce57bebdfde0d512a1
This commit is contained in:
李杨
2018-03-21 20:29:50 +08:00
parent 9e4939eb30
commit 65ec820e68
46 changed files with 29 additions and 29 deletions

View File

@@ -3,6 +3,6 @@
<template slot="header">
我是插入到 header 中的内容
</template>
<Markdown url="/static/markdownFiles/article/演示文章 - 长页面.md"></Markdown>
<Markdown url="/static/md/演示文章 - 长页面.md"></Markdown>
</Container>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<Container>
<template slot="header">页面容器组件 文档</template>
<Markdown url="/static/markdownFiles/article/组件 - 页面容器.md"></Markdown>
<Markdown url="/static/md/组件 - 页面容器.md"></Markdown>
</Container>
</template>

View File

@@ -1,6 +1,6 @@
<template>
<Container>
<template slot="header">我是插入到 header 中的内容</template>
<Markdown url="/static/markdownFiles/article/组件 - 页面容器 - 基础.md"></Markdown>
<Markdown url="/static/md/组件 - 页面容器 - 基础.md"></Markdown>
</Container>
</template>