Skip to content

this.$route.query value not right when the original url contains query strings #243

@yuezk

Description

@yuezk

OK, let's see the details:

  • The url is like this: http://domain.com/index.html?foo=bar#!/home?name=abc
  • It's special because it contains ?foo=bar before the # symbol
  • When I print the this.$route.query, I got the { name: "abc?foo" } instead of { name: "abc" }

Live Demo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions