no message

Former-commit-id: af99cadc88fd1d348c40f7716b5416ed33d34e8c
Former-commit-id: c9972d03b542403ee8e7335374c38c9a18775b52
Former-commit-id: 7b3bac9855134b411d7f668a2e90c719538425f5
This commit is contained in:
liyang
2018-06-10 09:14:10 +08:00
parent 2c5880295a
commit cde7d42c81
30 changed files with 30 additions and 30 deletions

View File

@@ -3,7 +3,7 @@
<template slot="header">
我是插入到 header 中的内容
</template>
<Markdown url="/static/md/组件 - 页面容器 - 撑满.md"></Markdown>
<d2-markdown url="/static/md/组件 - 页面容器 - 撑满.md"/>
<template slot="footer">
我是插入到 footer 中的内容
</template>

View File

@@ -1,7 +1,7 @@
<template>
<d2-container type="ghost">
<el-card style="width: 50%;">
<Markdown url="/static/md/组件 - 页面容器 - 隐形.md"></Markdown>
<d2-markdown url="/static/md/组件 - 页面容器 - 隐形.md"/>
</el-card>
</d2-container>
</template>

View File

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