.v-enter,
.v-leave-to{
opacity:0;
transform:translateX(140PX);
}
v-enter-active,
.v-leave-active{
transition:all 0.5s ease
mode="out-in"