You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: