[Vuejs]-Move-class does not get applied to remaining items in transition-group if other items got removed

0👍

Found the answer: Using the move transition, the -leave-active transition class must apply a position: absolute declaration, in order to take it out of the layout flow, so the siblings can -move in to place around it.

Leave a comment