no message
Former-commit-id: 8ef30c0089a7268a441a328fc74f113b0af017a1 Former-commit-id: 2d06ade06f52ff92a2fefcf42b8b114b3506ca27 Former-commit-id: 5fda8f1a5e9ec9bc5e30e17f44f21bf1a43666cf
This commit is contained in:
@@ -36,9 +36,9 @@ export const pluginMenu = {
|
||||
}
|
||||
]
|
||||
},
|
||||
// SimpleMDE
|
||||
// MD编辑器
|
||||
{
|
||||
title: 'SimpleMDE',
|
||||
title: 'MD编辑器',
|
||||
icon: 'columns',
|
||||
children: [
|
||||
{
|
||||
@@ -57,6 +57,27 @@ export const pluginMenu = {
|
||||
}
|
||||
]
|
||||
},
|
||||
// 富文本编辑器
|
||||
{
|
||||
title: '富文本编辑器',
|
||||
icon: 'edit',
|
||||
children: [
|
||||
{
|
||||
title: 'README',
|
||||
icon: 'file-text',
|
||||
path: 'quill-editor/readme',
|
||||
name: 'demo-plugin-quill-editor-readme',
|
||||
component: resolve => { require(['@/pages/demo/plugins/quill-editor/readme.vue'], resolve) }
|
||||
},
|
||||
{
|
||||
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) }
|
||||
}
|
||||
]
|
||||
},
|
||||
// 拖拽网格布局组件
|
||||
{
|
||||
title: '网格布局',
|
||||
|
||||
Reference in New Issue
Block a user