forked from DebaucheryLibrarian/traxxx
Applying tag filters to URL.
This commit is contained in:
@@ -28,8 +28,8 @@ import Pagination from '../pagination/pagination.vue';
|
||||
async function fetchReleases() {
|
||||
const { releases, totalCount } = await this.$store.dispatch('fetchReleases', {
|
||||
limit: this.limit,
|
||||
range: this.$route.params.range,
|
||||
pageNumber: Number(this.$route.params.pageNumber) || 1,
|
||||
range: this.$route.name,
|
||||
});
|
||||
|
||||
this.totalCount = totalCount;
|
||||
|
||||
Reference in New Issue
Block a user