Vue项目保存之后单引号变双引号解决办法
2019-12-23 本文已影响0人
二营长家的张大炮
vscode设置中搜索vetur.format.defaultFormatter.js

选择vscode-typescript
在项目根目录下新建.prettierrc.json
{
"singleQuote":true,
"semi":false
}
vscode设置中搜索vetur.format.defaultFormatter.js
选择vscode-typescript
在项目根目录下新建.prettierrc.json
{
"singleQuote":true,
"semi":false
}