{
path:'/foo/:a',
name: 'foo',
component: foo,
children:[
{
path:'b/:c',
component: foo,
}
]
},
I think these two problems are the same bugs: the nested params or query in the URL not changes when push to the CURRENT URL .
_But the pushed data can be fetched in the "beforeRouteUpdate", the only problem is the URL does not changed._
Hello, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue - thank you!
You likely just forgot to call next() in beforeRouteUpdate
Wow...I am so careless and spend a lot of time doing test...Thank you so so much! @LinusBorg
@LinusBorg, Big thanks from 2018 ! :)
@LinusBorg, Big thanks from 2019 ! :)
@LinusBorg You're the man :smile:
Most helpful comment
You likely just forgot to call
next()inbeforeRouteUpdate