You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
learningequality#2631 (comment)
Switched from `transition-group` outside of the list to `transition` inside. Not sure why this helped, but might it seems that there’s a conflict between the `transition-group` and `:style`.
Here’s a possibly related issue: vuejs/vue#7041 (note that using `v2.3.4` did _not_ help)
lovelope
pushed a commit
to lovelope/vue
that referenced
this issue
Feb 1, 2018
Version
2.5.3
Reproduction link
https://jsfiddle.net/50wL7mdz/75618/
Steps to reproduce
Look at the rendered square.
What is expected?
Blue square.
What is actually happening?
Red square.
If remove wrapper (
transition
) or change vue version to 2.3.4 (in 2.5.* and 2.4.* bug remains) problem disappears.Thanks!
The text was updated successfully, but these errors were encountered: