diff --git a/.eslintrc.js b/.eslintrc.js index 5744a2ee..2f27d55f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,6 +8,9 @@ module.exports = { 'plugin:vue/vue3-essential' ], 'rules': { - 'vue/no-use-v-if-with-v-for': 'off' + 'vue/no-use-v-if-with-v-for': 'off', + 'vue/valid-v-slot': ['error', { + allowModifiers: true, + }] } }