Answer the question
In order to leave comments, you need to log in
Why is $route not updated?
I have a link
<router-link :to="page.url">{{page.title}}</router-link>
let query = this.cloneObject(this.$route.query);
query.page = this.paginator.page + 1;
page.url = {path: this.$route.path, query: query};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question