Transition with Scoped Slot Children only works on component leave.
Version
3.1.0-beta.3
Reproduction link
Steps to reproduce
- Create a component with a named slot. Add a scoped variable
- Add a Transition component as the slot parent.
- Notice how the slider component only applies the animation on component leave.
What is expected?
Animation should work on child component enter and leave
What is actually happening?
Animation only works on component leave.
Do you mean this sfc playground ?
Do you mean this sfc playground ?
Yep, that playground.