修改命名规则

This commit is contained in:
Cool 2023-11-14 19:10:23 +08:00
parent e493bd98ab
commit 4721d579aa
1 changed files with 4 additions and 0 deletions

View File

@ -15,5 +15,9 @@ module.exports = {
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'camelcase': 'off',
'vue/attribute-hyphenation': 'off',
//禁用命名规则
'vue/name-property-casing': 'off',
'vue/multi-word-component-names': 'off',
'vue/no-deprecated-scope-attribute': 'off',
}
}