[Vuejs]-Using vue transition with multiple v-show

0👍

Since you are attempting to transition multiple elements, I think you may need to look at using a transition-group.

Here is a StackBlitz that will hopefully provide some inspiration for you. You should be able to swap the v-show to use v-if (if) you need that functionality.

Leave a comment