Skip to content

Commit

Permalink
[fix]vue-loader版本固定,template语法es6+解析问题
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Nov 29, 2024
1 parent 0d8c8e5 commit c0fe11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"vue-class-component": "^7.2.6",
"vue-eslint-parser": "^7.6.0",
"vue-jest": "^3.0.2",
"vue-loader": "^15.5.1",
"vue-loader": "15.5.1",
"vue-server-renderer": "2.6.14",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "2.6.14",
Expand Down

0 comments on commit c0fe11b

Please sign in to comment.