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

query params encoded multiple times #449

Closed
GuillaumeLeclerc opened this issue Apr 5, 2016 · 1 comment
Closed

query params encoded multiple times #449

GuillaumeLeclerc opened this issue Apr 5, 2016 · 1 comment

Comments

@GuillaumeLeclerc
Copy link

Vue.js & vue-router.js version

1.0.17, 0.7.11

Reproduction Link

https://jsfiddle.net/ayLph0mw/

Steps to reproduce

Click on the Bar link and look at the path

What is Expected?

having a query only encoded once

What is actually happening?

the params are encoded two times in this example. In my codebase they are encoded 3 times (I was not able to reproduce it in a fiddle). The problem is they are only decoded 2 times. So in my case not only it makes url uglier when I retrieve the $route.query a get an urlEncoded string.

@tejitak
Copy link
Contributor

tejitak commented Apr 5, 2016

Hi, it's duplicated issue with #378
The fix will be included in the next release
Please close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants