Skip to content

Commit

Permalink
fix: remove simplemde
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Aug 23, 2022
1 parent e2ed7e9 commit dd99b57
Show file tree
Hide file tree
Showing 8 changed files with 28,969 additions and 6,494 deletions.
35,356 changes: 28,968 additions & 6,388 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"qs": "^6.9.4",
"quill": "^1.3.7",
"screenfull": "^5.0.2",
"simplemde": "^1.11.2",
"sortablejs": "^1.10.1",
"ua-parser-js": "^0.7.20",
"vant": "^2.11.1",
Expand Down
64 changes: 0 additions & 64 deletions src/components/d2-mde/index.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Vue.component('d2-icon-svg', () => import('./d2-icon-svg/index.vue'))
Vue.component('d2-icon-select', () => import('./d2-icon-select/index.vue'))
Vue.component('d2-icon-svg-select', () => import('./d2-icon-svg-select/index.vue'))
Vue.component('d2-markdown', () => import('./d2-markdown'))
Vue.component('d2-mde', () => import('./d2-mde'))
Vue.component('d2-module-index-banner', () => import('./d2-module-index-banner'))
Vue.component('d2-module-index-menu', () => import('./d2-module-index-menu'))
Vue.component('d2-quill', () => import('./d2-quill'))
Expand Down
3 changes: 1 addition & 2 deletions src/menu/modules/demo-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ export default {
icon: 'pencil-square-o',
children: [
{ path: '/demo/components/editor-ueditor', title: 'UEditor', icon: '' },
{ path: '/demo/components/editor-quill', title: 'Quill', icon: '' },
{ path: '/demo/components/editor-simpleMDE', title: 'simpleMDE', icon: '' }
{ path: '/demo/components/editor-quill', title: 'Quill', icon: '' }
]
},
{
Expand Down
1 change: 0 additions & 1 deletion src/router/modules/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export default {
{ path: 'countup', name: 'demo-components-countup', component: _import('demo/components/countup'), meta: { ...meta, title: '数字动画' } },
{ path: 'editor-ueditor', name: 'demo-components-editor-ueditor', component: _import('demo/components/editor-ueditor'), meta: { ...meta, title: 'UEditor' } },
{ path: 'editor-quill', name: 'demo-components-editor-quill', component: _import('demo/components/editor-quill'), meta: { ...meta, title: '富文本编辑器' } },
{ path: 'editor-simpleMDE', name: 'demo-components-editor-simpleMDE', component: _import('demo/components/editor-simpleMDE'), meta: { ...meta, title: 'markdown编辑器' } },
{ path: 'highlight', name: 'demo-components-highlight', component: _import('demo/components/highlight'), meta: { ...meta, title: '代码高亮组件' } },
{ path: 'icon/icon', name: 'demo-components-icon-icon', component: _import('demo/components/icon/icon.vue'), meta: { ...meta, title: '图标组件' } },
{ path: 'icon/icon-svg', name: 'demo-components-icon-icon-svg', component: _import('demo/components/icon/icon-svg.vue'), meta: { ...meta, title: 'svg 图标' } },
Expand Down
27 changes: 0 additions & 27 deletions src/views/demo/components/editor-simpleMDE/index.vue

This file was deleted.

10 changes: 0 additions & 10 deletions src/views/demo/components/editor-simpleMDE/text.js

This file was deleted.

0 comments on commit dd99b57

Please sign in to comment.