Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transition-group appear class not disappear #1308

Closed
xcuiz opened this issue Jun 6, 2020 · 2 comments
Closed

transition-group appear class not disappear #1308

xcuiz opened this issue Jun 6, 2020 · 2 comments
Labels
🐞 bug Something isn't working

Comments

@xcuiz
Copy link

xcuiz commented Jun 6, 2020

Version

3.0.0-beta.14

Reproduction link

https://github.com/xcuiz/vue-next-test.git

Steps to reproduce

npm i

npm run dev

Start dev server and navigate to localhost:8080

What is expected?

<div class="list">

<div class="list-item">vue-next 0</div>

<div class="list-item">vue-next 1</div>

<div class="list-item">vue-next 2</div>

<div class="list-item">vue-next 3</div>

<div class="list-item">vue-next 4</div>

</div>

What is actually happening?

<div class="list">

<div class="list-item">vue-next 0</div>

<div class="list-item appear-active appear-to">vue-next 1</div>

<div class="list-item appear-active appear-to">vue-next 2</div>

<div class="list-item appear-active appear-to">vue-next 3</div>

<div class="list-item appear-active appear-to">vue-next 4</div>

</div>


use transition-group component.
after page rendering, appear-to-class and appear-active-class not disappear,except for the first one。

@underfin
Copy link
Member

underfin commented Jun 6, 2020

#1269

@yyx990803 yyx990803 added the 🐞 bug Something isn't working label Jun 12, 2020
@yyx990803
Copy link
Member

Should be fixed by 7ae70ea

@github-actions github-actions bot locked and limited conversation to collaborators Nov 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants