vue代码格式配置

it2023-08-31  64

.prettierrc

{ "semi": false, //去掉代码后的分号、 "singleQuote": true, //双引号变为单引号 }
最新回复(0)