Vetur 对 template 内部的 HTML,默认不适用任何 fomatter,以前使用 js-beautify-html。想要自己强制打开,
"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
"wrap_attributes": "force-aligned" //强制换行
}
},
网友评论