Open
Description
Vue.js / vue-router versions
Vue.js 2.2.2
vue-router 2.3.0
Reproduction Link
https://jsfiddle.net/2tdjec9q/
Steps to reproduce
step1: click to /b
you will see this is B
step2: click to /c
you will see this is C
step3: click to /
you will see this is B
not this is A
What is Expected?
at step3 i need this is A
not this is B
What is actually happening?
at step3 i need this is A
if not use mode="out-in"
this will run success