diff --git a/.eslintrc.js b/.eslintrc.js index 0bff842..55d7367 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,6 +17,7 @@ module.exports = { 'vue/html-self-closing': 'off', 'vue/block-order': 'off', 'vue/no-unused-refs': 'off', + 'vue/component-tags-order': 'off', 'n/prefer-global/process': 'off',