no message
Former-commit-id: 38f7d02f8ce18ee237d392d635b7fbb82b2f83d4 Former-commit-id: 4a9a3898e1c48874ee6c58dfb9cd65bf20f76a76 Former-commit-id: c0446711f6df1e2918381e95e767872cff252f58
This commit is contained in:
1
src/assets/image/logo/index@3x.png.REMOVED.git-id
Normal file
1
src/assets/image/logo/index@3x.png.REMOVED.git-id
Normal file
@@ -0,0 +1 @@
|
||||
3227029199618757411bbdf199af6fdaa9d25e01
|
||||
@@ -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>
|
||||
@@ -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>`
|
||||
@@ -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) }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user