Hi. Please try this:
this.$router.push({path: this.$route.path, query: { foo: 'bar' }})
flawless, thank you
hmm, push doesn't seem to be updating the url is there a specific place I should be doing this ?
this.$router.push({path: this.$route.path, query: { site: this.site }});
got it I was hard assigning the query param in an earlier attempt.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi. Please try this: