diff --git a/.eslintrc.js b/.eslintrc.js index 5fcac9e..4573766 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -74,5 +74,6 @@ module.exports = defineConfig({ math: 'always', }, ], + 'vue/multi-word-component-names': 'off', }, });