Vue-router: Please provide pop option in vue router.

Created on 15 Jun 2018  路  1Comment  路  Source: vuejs/vue-router

What problem does this feature solve?

Right now my app routing history is
A -> B -> C -> D -> E
Now I am on page E, If I click back button then my router should be :
A <- B <- C <- E

How to do that?

What does the proposed API look like?

.

>All comments

Router.go(-1)
This is in the docs thought

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yyx990803 picture yyx990803  路  3Comments

alexstanbury picture alexstanbury  路  3Comments

thomas-alrek picture thomas-alrek  路  3Comments

sqal picture sqal  路  3Comments

posva picture posva  路  3Comments