vscode安裝vetur插件寫.vue文件html代碼沒法格式化解決方法

文件-首選項-設置-找到vetur插件-點擊「在settings.json中編輯」javascript

加入如下代碼便可解決問題html

"vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
    "js-beautify-html": {
        "wrap_line_length": 120,
        "wrap_attributes": "auto",
        "end_with_newline": false
    }
}
相關文章
相關標籤/搜索