no message

Former-commit-id: 2c6cc3e7442d7f7b59f3c0fe6ee8ad5634841257
Former-commit-id: f38cff1bec0e21c43d1b2b59fe33daab783faaf9
Former-commit-id: 7382f7eb7b2ebe9ce744b12e8ad1777dbf026c08
This commit is contained in:
李杨
2018-01-16 23:04:17 +08:00
parent ffb254c873
commit 91720bc226
15 changed files with 35 additions and 173 deletions

View File

@@ -1,6 +1,11 @@
<template>
<Container type="ghost">
<el-card class="dd-mb">
<PageHeader
slot="header"
title="数据占位符"
url="https://github.com/nuysoft/Mock">
</PageHeader>
<Markdown url="/static/markdownFiles/article/mock演示页面介绍.md"></Markdown>
</el-card>
<MockDemoCard

View File

@@ -1,6 +1,11 @@
<template>
<Container type="ghost">
<el-card class="dd-mb">
<PageHeader
slot="header"
title="数据模板"
url="https://github.com/nuysoft/Mock">
</PageHeader>
<Markdown url="/static/markdownFiles/article/mock演示页面介绍.md"></Markdown>
</el-card>
<MockDemoCard

View File

@@ -1,10 +0,0 @@
<template>
<Container>
<PageHeader
slot="header"
title="mock语法规范"
url="https://github.com/nuysoft/Mock">
</PageHeader>
<Markdown url="/static/markdownFiles/article/mock语法规范.md"></Markdown>
</Container>
</template>

View File

@@ -1,10 +0,0 @@
<template>
<Container>
<PageHeader
slot="header"
title="README.md"
url="https://github.com/nuysoft/Mock">
</PageHeader>
<Markdown url="https://raw.githubusercontent.com/nuysoft/Mock/refactoring/README.md"></Markdown>
</Container>
</template>