diff --git a/.eslintrc.js b/.eslintrc.js index 97b94c4b2..0f0a4b516 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -70,6 +70,7 @@ module.exports = { 'singleline': 'never', 'multiline': 'always', }], + 'vue/attribute-hyphenation': 'off', // 关闭 属性名必须使用连字符的规则 }, env: { browser: true,