no message

Former-commit-id: a589a4ea4e4f45393d91d557db4b4b3e3f72d47b
Former-commit-id: 18483145821bf3445974734a7f8bdf392cd74666
Former-commit-id: 632d9abab39bb0311e169b1b982dbb2bd81e499e
This commit is contained in:
liyang
2018-06-11 20:51:44 +08:00
parent 0daef2becf
commit 5ecc2c53eb
31 changed files with 71 additions and 897 deletions

View File

@@ -1,6 +1,17 @@
<template>
<d2-container>
<template slot="header">效果演示</template>
<d2-markdown url="/static/md/组件 - markdown - 演示.md"/>
<d2-markdown :md="doc"/>
</d2-container>
</template>
</template>
<script>
import doc from './md/doc.md'
export default {
data () {
return {
doc
}
}
}
</script>

View File

@@ -0,0 +1,23 @@
# 一级标题
| ID | Name | Email |
| --- | --- | --- |
| 0001 | FairyEver | 1711467488@qq.com |
```
alert('Hello World')
```
一般引用
> 引用文字
分享一个我很早前的一副设计作品 [in Lofter](http://fairyever.lofter.com/post/16ff00_6796fe8) 借此演示百度云链接的显示优化
> https://pan.baidu.com/s/1kW6uUwB
设计源文件
> 链接: https://pan.baidu.com/s/1ggFW21l 密码: 877y
[https://github.com/FairyEver](https://github.com/FairyEver)