vuejs / eslint-plugin-vue

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

useTemplateRef('*') "*" is defined as ref, but never used. => vue/no-unused-refs #2547

Closed rex-ll closed 2 months ago

rex-ll commented 2 months ago

What rule do you want to change?

Does this change cause the rule to produce more or fewer warnings?

How will the change be implemented? (New option, new default behavior, etc.)?

Please provide some example code that this change will affect:

What does the rule currently do for this code?

What will the rule do after it's changed?

Additional context

FloEdelmann commented 2 months ago

There is already a fix for that in development, see #2541.