Vue问题:error Strings must use singlequote
时间:2021-05-03 18:50:09
收藏:0
阅读:397
严格检索
项目根目录添加 .prettierrc
{"semi":false
"singleQuote":true
}
‘space-before-function-paren‘:0

原文:https://www.cnblogs.com/semth/p/14727634.html
评论(0)