vuejs / eslint-plugin-vue

Official ESLint plugin for Vue.js
https://eslint.vuejs.org/
MIT License
4.47k stars 667 forks source link

fix(require-explicit-slots): ignore attribute binding #2591

Closed waynzh closed 1 week ago

waynzh commented 2 weeks ago

fixes #2589.

Previously: When node.directive was true, slotName was incorrectly set to 'default', and it would check if it was explicitly defined. Now: If node.directive is true and is not string literal, the report is simply skipped.