This commit is contained in:
2022-12-28 17:40:30 +08:00
parent e49e21f841
commit 6d9fb30bbd
9 changed files with 279 additions and 124 deletions

View File

@@ -12,4 +12,7 @@ module.exports = {
parserOptions: {
ecmaVersion: 'latest',
},
rules: {
'vue/multi-word-component-names': 'off',
},
}