美文网首页
Vetur 格式化 HTML

Vetur 格式化 HTML

作者: saronic | 来源:发表于2018-05-15 14:07 被阅读1031次

Vetur 对 template 内部的 HTML,默认不适用任何 fomatter,以前使用 js-beautify-html。想要自己强制打开,

    "vetur.format.defaultFormatter.html": "js-beautify-html",
    "vetur.format.defaultFormatterOptions": {
        "js-beautify-html": {
            "wrap_attributes": "force-aligned"    //强制换行
        }
    },

相关文章

网友评论

      本文标题:Vetur 格式化 HTML

      本文链接:https://www.haomeiwen.com/subject/hfgedftx.html