2.3.3
https://jsfiddle.net/7xfktcn9/
Try to transition elements inside an element that is transitioned.
The interior elements would use the rules from the closest tag when they are supposed to transition.
The interior elements do not transition, they use neither the closest or parent's transition tag's rule.
Might be similar to https://github.com/vuejs/vue/issues/3664, but that is for a much older version of vue and the user provided no jsfiddle and his example code used extra stuff.
You need to add a key attr to the tabs 馃檪 https://jsfiddle.net/me0tftdw/
Most helpful comment
You need to add a
keyattr to the tabs 馃檪 https://jsfiddle.net/me0tftdw/