Added seed file for test data.

This commit is contained in:
2020-02-27 00:38:11 +01:00
parent bb2fe82c84
commit 97cf5b2b6b
10 changed files with 220 additions and 71 deletions

View File

@@ -13,7 +13,7 @@ import FilterBar from '../header/filter-bar.vue';
import Releases from '../releases/releases.vue';
async function fetchReleases() {
this.releases = await this.$store.dispatch('fetchReleases', { limit: 20 });
this.releases = await this.$store.dispatch('fetchReleases', { limit: 50 });
this.$store.commit('setCache', {
target: 'home',
releases: this.releases,