1、效果
2、修改配置
在settings.json文件中加入配置
{
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatter.js": "vscode-typ=script",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "auto"
},
"prettyhtml": {
"printWidth": 80,
"singleQuote": false,
"wrapAttributes": false,
"sortAttributes": false
}
},
}