Vue项目保存之后单引号变双引号解决办法

2019-12-23  本文已影响0人  二营长家的张大炮

vscode设置中搜索vetur.format.defaultFormatter.js


image.png

选择vscode-typescript

在项目根目录下新建.prettierrc.json

{
    "singleQuote":true,
    "semi":false
}
上一篇 下一篇

猜你喜欢

热点阅读