Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(url): call afterEach hooks after url is ensured #2292

Merged
merged 2 commits into from
May 26, 2020

Commits on May 9, 2019

  1. feat(url): call afterEach hooks after url is ensured

    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
    posva committed May 9, 2019
    Configuration menu
    Copy the full SHA
    07a3d55 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    3c4c890 View commit details
    Browse the repository at this point in the history