vue程式碼格式配置

李振恆發表於2020-10-20

.prettierrc

{
    "semi": false, //去掉程式碼後的分號、
    "singleQuote": true, //雙引號變為單引號
    
}

相關文章