I am trying to set query params with Vue-router when changing input fields, I don\'t want to navigate to some other page but just want to modify url query params on the same
I normally use the history object for this. It also does not reload the page.
Example:
history.pushState({}, '', `/pagepath/path?query=${this.myQueryParam}`);