diff --git a/.eslintrc.js b/.eslintrc.js index b9205bb..7aa978f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,6 +19,7 @@ module.exports = { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'vue/html-self-closing': 'off', + 'vue/attributes-order': 'off', 'vue/max-attributes-per-line': 'off' } }