hezhongfeng / vue-page-stack

Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器
https://vue-page-stack-example.onrender.com
MIT License
718 stars 80 forks source link

关于切换动画 #166

Closed jktantan closed 3 months ago

jktantan commented 3 months ago

想问一下,你这个项目是什么原因导致不能使用切换动画的?因为我自己做了一个tab的项目,tab内也是使用stack来做,是可以有切换动画的,不过我那个是自己实现了一个stack,且进退也是自己写的方法?

hezhongfeng commented 3 months ago

和 Transition 相关,可以看看这里 https://router.vuejs.org/zh/guide/advanced/transitions.html