### What problem does this feature solve? The need to know when back button is pressed without using popstate event. For example to return to global search popup dialog from search results. ### What does the proposed API look like? router.popstate((to, from, next) => { }) <!-- generated by vue-issues. DO NOT REMOVE -->