Closed
Description
Checklist
- I have tried restarting my IDE and the issue persists.
- I have read the FAQ and my problem is not listed.
Tell us about your environment
- **eslint-plugin-vue version: 9.18.0
What did you do?
The following all result in linting errors (vue/require-toggle-inside-transition
), but should not be, as a result of #2290
<transition>
<div key="hello" />
</transition>
<transition>
<slot />
</transition>
<transition appear>
<div>Something</div>
</transition>
What did you expect to happen?
No lint errors
What actually happened?
lint errors