Changed stash routing.
This commit is contained in:
@@ -115,6 +115,8 @@ import Pagination from '../pagination/pagination.vue';
|
||||
async function fetchStash() {
|
||||
this.stash = await this.$store.dispatch('fetchStash', {
|
||||
stashId: this.$route.params.stashId,
|
||||
stashSlug: this.$route.params.stashSlug,
|
||||
username: this.$route.params.username,
|
||||
section: this.$route.params.range,
|
||||
pageNumber: this.$route.params.pageNumber || 1,
|
||||
limit: this.limit,
|
||||
|
||||
Reference in New Issue
Block a user