no message
Former-commit-id: a589a4ea4e4f45393d91d557db4b4b3e3f72d47b Former-commit-id: 18483145821bf3445974734a7f8bdf392cd74666 Former-commit-id: 632d9abab39bb0311e169b1b982dbb2bd81e499e
This commit is contained in:
@@ -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>
|
||||
|
||||
23
src/pages/demo/components/markdown/md/doc.md
Normal file
23
src/pages/demo/components/markdown/md/doc.md
Normal 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)
|
||||
Reference in New Issue
Block a user