File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2323 " README.md"
2424 ],
2525 "dependencies" : {
26- "@jhuix/showdowns" : " ^0.5.5 " ,
26+ "@jhuix/showdowns" : " ^0.5.7 " ,
2727 "vue-codemirror" : " ^4.0.6"
2828 },
2929 "devDependencies" : {
3030 "@vue/cli-plugin-babel" : " ^4.5.7" ,
31- "@vue/cli-plugin-eslint" : " ^4.5.7 " ,
31+ "@vue/cli-plugin-eslint" : " ^5.0.8 " ,
3232 "@vue/cli-plugin-vuex" : " ^4.5.7" ,
3333 "@vue/cli-service" : " ^4.5.7" ,
3434 "@vue/eslint-config-prettier" : " ^6.0.0" ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ module.exports = {
6363 // 在 dist/index.html 的输出
6464 filename : 'index.html' ,
6565 // 当使用 title 选项时,template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
66- title : 'markdown -showdowns-editor' ,
66+ title : 'vue -showdowns-editor' ,
6767 // 在这个页面中包含的块,默认情况下会包含
6868 // 提取出来的通用 chunk 和 vendor chunk。
6969 chunks : [ 'chunk-vendors' , 'chunk-common' , 'index' ]
You can’t perform that action at this time.
0 commit comments