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

fix(match): use pathMatch for the param of * routes #1995

Merged
merged 3 commits into from Jul 2, 2018
Merged

Commits on Apr 9, 2018

  1. fix(match): use fullPath for the param of * routes

    Fix #1994
    Combining an asterisk route (*) with props: true would result in an
    error because the name of the param would be the number 0 making it an
    invalid attribute + the fact that vue passes props as attributes
    if they're not declared as props
    posva committed Apr 9, 2018
    Copy the full SHA
    ad2a988 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b505400 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Copy the full SHA
    5edc2ec View commit details
    Browse the repository at this point in the history