更改vetur配置: vscode->首选项->设置->搜索(vetur)
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"workbench.colorTheme": "Monokai Dimmed",
"liveServer.settings.donotShowInfoMsg": true,
"files.autoSave": "onWindowChange",
"workbench.panel.location": "bottom",
"extensions.ignoreRecommendations": true,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"emmet.syntaxProfiles": {
"vue-html": "html",
"vue": "html"
},
"vetur.validation.template": false
}