点开设置,设置页面点开“拓展”,找到“Vetur”,
右侧点击“在setting.json中编辑”,加入以下配置:

"vetur.format.defaultFormatter.html": "js-beautify-html",
"vetur.format.defaultFormatterOptions": {
   "js-beautify-html": {
      "wrap_line_length": 220,
      "wrap_attributes": "auto",
      "end_with_newline": false
    }
}
Logo

前往低代码交流专区

更多推荐