Move html to double quote as single used inside

This commit is contained in:
Sytone 2021-06-02 11:33:57 -07:00
parent 4642ce2b0f
commit f70932dd39
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
"rules": {
"vue/html-quotes": [
"error",
"single"
"double"
],
"quotes": [
"error",