VsCode格式化HTML代码会换行,看着怪怪的很不爽,Veture配置中加上可解决:"vetur.format.defaultFormatter.html": "js-beautify-html", "vetur.format.defaultFormatterOptions": { "js-beautify-html": { "wrap_line_length": 220, "wrap_attributes": "auto", "end_with_newline": false } }