1. Add the <transition name="fold"></transition> wrapping layer outside the element to achieve the effect 2. Add the style transition to be implemented below the element to achieve the effect: translate3d( 0, -100%, 0) 3.fold-enter-active,fold-leave-active
1. Add the <transition name="fold"></transition> wrapping layer outside the element to achieve the effect
2. Add the style transition to be implemented below the element to achieve the effect: translate3d( 0, -100%, 0)
3.fold-enter-active,fold-leave-active
4.fold-enter,fold-leave-active
See the official website upgrade guide