Fix events pagination on tags page
Not a perfect fix because of a blinking issue, but works properly Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5cf962fd8f
commit
846a4c376a
@ -381,7 +381,7 @@ export default class Search extends Vue {
|
|||||||
|
|
||||||
set eventPage(page: number) {
|
set eventPage(page: number) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
name: RouteName.SEARCH,
|
name: this.$route.name || RouteName.SEARCH,
|
||||||
query: { ...this.$route.query, eventPage: page.toString() },
|
query: { ...this.$route.query, eventPage: page.toString() },
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user