no message

Former-commit-id: 38f7d02f8ce18ee237d392d635b7fbb82b2f83d4
Former-commit-id: 4a9a3898e1c48874ee6c58dfb9cd65bf20f76a76
Former-commit-id: c0446711f6df1e2918381e95e767872cff252f58
This commit is contained in:
李杨
2018-01-16 21:08:02 +08:00
parent a3fcdf1cdc
commit bc9cae6ba1
6 changed files with 42 additions and 9 deletions

View File

@@ -0,0 +1 @@
3227029199618757411bbdf199af6fdaa9d25e01

View File

@@ -1,5 +1,5 @@
<template>
<Container type="ghost">
<Markdown url="https://raw.githubusercontent.com/inorganik/countUp.js/master/README.md"></Markdown>
<Container>
<Markdown url="/static/markdownFiles/article/首页.md"></Markdown>
</Container>
</template>

View File

@@ -1,7 +1,6 @@
export default `<p class="ql-align-center">
export default `<p>
<a href="https://github.com/FairyEver/d2admin-vue-element" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>D2 Admin</strong></a>
<strong style="color: rgb(65, 184, 131);">
</strong>
<strong style="color: rgb(65, 184, 131);"></strong>
by
<a href="https://cn.vuejs.org/" target="_blank" class="ql-size-large" style="color: rgb(65, 184, 131);"><strong>vue.js</strong></a>
</p>`

View File

@@ -65,9 +65,9 @@ export const pluginMenu = {
{
title: '基本示例',
icon: 'file-o',
path: 'quill-editor/demo',
name: 'demo-plugin-quill-editor-demo',
component: resolve => { require(['@/pages/demo/plugins/quill-editor/demo.vue'], resolve) }
path: 'quill/demo',
name: 'demo-plugin-quill-demo',
component: resolve => { require(['@/pages/demo/plugins/quill/demo.vue'], resolve) }
}
]
},