Generating thumbnails. Added site overview page.
This commit is contained in:
@@ -77,6 +77,8 @@ import ReleaseTile from '../tile/release.vue';
|
||||
|
||||
async function mounted() {
|
||||
this.releases = await this.$store.dispatch('fetchReleases');
|
||||
this.networks = await this.$store.dispatch('fetchNetworks');
|
||||
|
||||
this.pageTitle = '';
|
||||
}
|
||||
|
||||
@@ -91,6 +93,7 @@ export default {
|
||||
showGay: false,
|
||||
showTrans: false,
|
||||
releases: [],
|
||||
networks: [],
|
||||
pageTitle: null,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user