no message

Former-commit-id: 6d31c9d016a02b85cc924a5cecabb204b8319bcd
Former-commit-id: 0cd5873804b8736ddbd8d1ff425f49694aa18695
Former-commit-id: 2ef1996a896b68dae754ed66d92edbe558b3cb16
This commit is contained in:
李杨
2018-02-23 19:33:02 +08:00
parent 6fe2949ef2
commit 4069739e29
2 changed files with 12 additions and 1 deletions

View File

@@ -19,10 +19,11 @@
</template> </template>
<script> <script>
import text from './text'
export default { export default {
data () { data () {
return { return {
text: '' text
} }
} }
} }

View File

@@ -0,0 +1,10 @@
export default `# 标题
- 列表
- 列表
\`\`\`
alert('Hello')
\`\`\`
[D2Admin in github](https://github.com/FairyEver/d2admin-vue-element)`