vscode setting setting.json 在使用者設定裡面新增以下引數
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_line_length": 120,
"wrap_attributes": "auto",
"end_with_newline": false
}
},
"vetur.format.defaultFormatter.html": "js-beautify-html"
(來自 https://blog.csdn.net/solocao/article/details/84641595 曹天驕)