I am trying to set the Query Parameters without reloading component in Vue with Vue-Router. But using below code it reloads the component:
this.$router.replace({query: this.filters});
How we can stop reload the component while changing the Query Parameters?