Skip to content

Commit dd99b57

Browse files
committed
fix: remove simplemde
1 parent e2ed7e9 commit dd99b57

File tree

8 files changed

+28969
-6494
lines changed

8 files changed

+28969
-6494
lines changed

package-lock.json

Lines changed: 28968 additions & 6388 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"qs": "^6.9.4",
3636
"quill": "^1.3.7",
3737
"screenfull": "^5.0.2",
38-
"simplemde": "^1.11.2",
3938
"sortablejs": "^1.10.1",
4039
"ua-parser-js": "^0.7.20",
4140
"vant": "^2.11.1",

src/components/d2-mde/index.vue

Lines changed: 0 additions & 64 deletions
This file was deleted.

src/components/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Vue.component('d2-icon-svg', () => import('./d2-icon-svg/index.vue'))
1515
Vue.component('d2-icon-select', () => import('./d2-icon-select/index.vue'))
1616
Vue.component('d2-icon-svg-select', () => import('./d2-icon-svg-select/index.vue'))
1717
Vue.component('d2-markdown', () => import('./d2-markdown'))
18-
Vue.component('d2-mde', () => import('./d2-mde'))
1918
Vue.component('d2-module-index-banner', () => import('./d2-module-index-banner'))
2019
Vue.component('d2-module-index-menu', () => import('./d2-module-index-menu'))
2120
Vue.component('d2-quill', () => import('./d2-quill'))

src/menu/modules/demo-components.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export default {
5757
icon: 'pencil-square-o',
5858
children: [
5959
{ path: '/demo/components/editor-ueditor', title: 'UEditor', icon: '' },
60-
{ path: '/demo/components/editor-quill', title: 'Quill', icon: '' },
61-
{ path: '/demo/components/editor-simpleMDE', title: 'simpleMDE', icon: '' }
60+
{ path: '/demo/components/editor-quill', title: 'Quill', icon: '' }
6261
]
6362
},
6463
{

src/router/modules/components.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export default {
2525
{ path: 'countup', name: 'demo-components-countup', component: _import('demo/components/countup'), meta: { ...meta, title: '数字动画' } },
2626
{ path: 'editor-ueditor', name: 'demo-components-editor-ueditor', component: _import('demo/components/editor-ueditor'), meta: { ...meta, title: 'UEditor' } },
2727
{ path: 'editor-quill', name: 'demo-components-editor-quill', component: _import('demo/components/editor-quill'), meta: { ...meta, title: '富文本编辑器' } },
28-
{ path: 'editor-simpleMDE', name: 'demo-components-editor-simpleMDE', component: _import('demo/components/editor-simpleMDE'), meta: { ...meta, title: 'markdown编辑器' } },
2928
{ path: 'highlight', name: 'demo-components-highlight', component: _import('demo/components/highlight'), meta: { ...meta, title: '代码高亮组件' } },
3029
{ path: 'icon/icon', name: 'demo-components-icon-icon', component: _import('demo/components/icon/icon.vue'), meta: { ...meta, title: '图标组件' } },
3130
{ path: 'icon/icon-svg', name: 'demo-components-icon-icon-svg', component: _import('demo/components/icon/icon-svg.vue'), meta: { ...meta, title: 'svg 图标' } },

src/views/demo/components/editor-simpleMDE/index.vue

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/views/demo/components/editor-simpleMDE/text.js

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)