Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(url): call afterEach hooks after url is ensured (#2292)
Closes #2079 This helps integrating with external scripts and makes more sense as the navigation is finished. However, onComplete callback passed to `router.push` is now called before `afterEach` hooks. This shouldn't be a problem as there's no guarantee provided anywhere in the docs about this
- Loading branch information