Skip to content

vue/require-toggle-inside-transition false positives #2302

Closed
@719media

Description

@719media

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions