-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
bugfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3has workaround
Description
Version
3.0.2
Reproduction link
jsfiddle.net/bqaxhgkc
Steps to reproduce
Inside beforeEnter
try to modify query parameters by passing next({ query: {'my-param': 'new-value'} })
What is expected?
Query parameter will be updated with the new value and the URL will also update.
What is actually happening?
URL still having the same old value for my-param
.
Even though the query parameter value is not updated in the URL, this.$route.query['my-param']
value is updated with the new value.
guAnsunyata, akhoury, mishengqiang and irowbin
Metadata
Metadata
Assignees
Labels
bugfixed on 4.xThis issue has been already fixed on the v4 but exists in v3This issue has been already fixed on the v4 but exists in v3has workaround