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.
Source:stackexchange.com