Having an issue with Vue transitions.
I've created a component for slide transitions. It has an option to disable the leave animation using the enter-only
prop.
Sometimes, when I switch between two components, both are briefly visible at the same time. I want them to seamlessly replace each other without any overlap.
Check out this sandbox to see the problem in action: