-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Fix instance reuse bug in out-in transition #1874 #2127
Conversation
Thanks, tested and looks good. I want to see if it is worth to add a test before merging |
@posva my pleasure! This is exactly what I want to ask, should I add unit test for this bug? |
I think adding a unit test for this would be a bit too complicated at the moment 🙁 |
@posva I'd be glad to help :P I've tested IE9 ~ 11 in the virtual machines, the Screenshots: |
And other examples also work well, except the // examples/discrete-components/app.js L33
document.querySelectorAll('.app').forEach((node) => {
new BaseVue({
el: node
})
}) |
Hello @posva , any update on this? |
What kind of change does this PR introduce? (check at least one)
Does this PR introduce a breaking change? (check one)
If yes, please describe the impact and migration path for existing applications:
The PR fulfills these requirements:
dev
branch for v2.x (or to a previous version branch), not themaster
branchfix #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
This is a PR for #1874 , cc: @LinusBorg