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

Explicitly disable a transition by setting it to false (fix #9320) #9366

Closed
wants to merge 2 commits into from

Commits on Jan 25, 2019

  1. fix(transition): Explicitly disable appear

    The @appear hook is being invoked when appear is not specified or is falsy. This change make it
    possible to dynamically disable it by setting :appear="false" when needed.
    Itisfilipe committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    6209102 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e95fd31 View commit details
    Browse the repository at this point in the history