vue-router-transition icon indicating copy to clipboard operation
vue-router-transition copied to clipboard

A page transition plugin for vue-router

Results 6 vue-router-transition issues
Sort by recently updated
recently updated
newest added

现在是报错Vue.elementDirective is not a function

Vue.use(VueRouter) Vue.use(VueRouterTransition, VueRouter) sorry i do not get the meaning "Vue.use(VueRouterTransition, VueRouter)".so far ,i have seen is "Vue.use(VueRouter)",why there the function "use" have two parameter.

demo 切换过快会出现 两个view都没了 如: demo 中 首页点demo后再点back 点快了就出bug...

Currently I can transit page like this in Vue 2.0. ``` ``` Is there any difference with yours?

thanks for sharing such a wonderful plugin, but the code handle history record do NOT work properly. ``` javascript if (toStackIndex > -1) { direction = toStackIndex > fromStackIndex ?...

如果router-view里没有keep-alive,切换动画就会出问题,具体问题就是,本来当前页面应该从左边Leave(-100%),但实际它会从右边(100%)leave。这时新的页面会从右边进入,会导致动画很奇怪。