Open
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.