no message

Former-commit-id: 9feaadf3f4fb10c3ba2e2f00db5be6eebdcd730f
Former-commit-id: 4d8eced27d2c8a388d5e10edbb80c221cbe835a3
Former-commit-id: 356c057e6780b48b7ae1afc841604d099f85c86d
This commit is contained in:
李杨
2018-03-19 21:57:16 +08:00
parent 11c4c9160e
commit 91f12786d0
9 changed files with 17 additions and 56 deletions

View File

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

View File

@@ -1,5 +1,5 @@
<template>
<Container type="full-card">
<Container type="card-full">
<template slot="header">
我是插入到 header 中的内容
</template>

View File

@@ -1,5 +1,5 @@
<template>
<Container type="full-card">
<Container type="card-full">
<template slot="header">
我是插入到 header 中的内容
</template>