forked from DebaucheryLibrarian/traxxx
Fixed Babel dependencies.
This commit is contained in:
@@ -15,7 +15,7 @@ import FilterBar from '../header/filter-bar.vue';
|
||||
import Releases from '../releases/releases.vue';
|
||||
|
||||
async function fetchReleases() {
|
||||
this.releases = await this.$store.dispatch('fetchReleases');
|
||||
this.releases = await this.$store.dispatch('fetchReleases', { limit: 100 });
|
||||
}
|
||||
|
||||
async function mounted() {
|
||||
|
||||
Reference in New Issue
Block a user