code refactor

This commit is contained in:
MaysWind
2023-04-21 22:20:11 +08:00
parent e178a0795a
commit a7ca394864
9 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ module.exports = {
'plugin:vue/vue3-essential'
],
'rules': {
"vue/multi-word-component-names": "off",
"vue/no-use-v-if-with-v-for": "off"
'vue/multi-word-component-names': 'off',
'vue/no-use-v-if-with-v-for': 'off'
}
}