-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
Version
2.7.0
Reproduction link
https://github.com/vuejs/vue-router/blob/dev/src/util/query.js#L48
Steps to reproduce
http://***//?p=xxx+yyy
What is expected?
route.query.p => 'xxx+yyy'
What is actually happening?
route.query.p => 'xxx yyy'
Does this necessary?
src/util/query.js
line: 48
var parts = param.replace(/\ /g, ' ').split('=');
peteranny, charnysh-dev, GaganGowda89 and yuniit
Metadata
Metadata
Assignees
Labels
No labels