Skip to content

Commit

Permalink
remove wangEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
inspiration1 committed Sep 15, 2020
1 parent 0f70483 commit 1a20032
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"vue-router": "^3.1.3",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2",
"wangeditor": "^3.1.1",
"xlsx": "^0.15.3"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions src/router/routers.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,15 +227,15 @@ export default [
},
component: parentView,
children: [
{
path: 'editor_page',
name: 'editor_page',
meta: {
icon: 'ios-create',
title: 'wangEditor'
},
component: () => import('@/view/components/editor/editor.vue')
},
// {
// path: 'editor_page',
// name: 'editor_page',
// meta: {
// icon: 'ios-create',
// title: 'wangEditor'
// },
// component: () => import('@/view/components/editor/editor.vue')
// },
{
path: 'tinymce_page',
name: 'tinymce_page',
Expand Down

0 comments on commit 1a20032

Please sign in to comment.