update:
1. vue 和 vue-template-compiler升级到2.6.11
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
@@ -36,7 +36,6 @@ | @@ -36,7 +36,6 @@ | ||
36 | "moment": "^2.29.4", | 36 | "moment": "^2.29.4", |
37 | "npm": "^6.8.0", | 37 | "npm": "^6.8.0", |
38 | "nprogress": "^0.2.0", | 38 | "nprogress": "^0.2.0", |
39 | - "prismjs": "^1.29.0", | ||
40 | "script-loader": "^0.7.2", | 39 | "script-loader": "^0.7.2", |
41 | "sortablejs": "^1.15.0", | 40 | "sortablejs": "^1.15.0", |
42 | "vue": "^2.5.2", | 41 | "vue": "^2.5.2", |
@@ -26,7 +26,8 @@ import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js'; | @@ -26,7 +26,8 @@ import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js'; | ||
26 | import '@kangc/v-md-editor/lib/theme/style/vuepress.css'; | 26 | import '@kangc/v-md-editor/lib/theme/style/vuepress.css'; |
27 | import createTodoListPlugin from '@kangc/v-md-editor/lib/plugins/todo-list/index'; | 27 | import createTodoListPlugin from '@kangc/v-md-editor/lib/plugins/todo-list/index'; |
28 | import '@kangc/v-md-editor/lib/plugins/todo-list/todo-list.css'; | 28 | import '@kangc/v-md-editor/lib/plugins/todo-list/todo-list.css'; |
29 | -import Prism from 'prismjs'; | 29 | +// import Prism from 'prismjs'; |
30 | +import Prism from '@kangc/v-md-editor/lib/theme/prism.js'; | ||
30 | 31 | ||
31 | 32 | ||
32 | VueMarkdownEditor.use(vuepressTheme, { | 33 | VueMarkdownEditor.use(vuepressTheme, { |
-
请 注册 或 登录 后发表评论