forked from DebaucheryLibrarian/traxxx
Fixed Babel dependencies.
This commit is contained in:
@@ -263,7 +263,7 @@ function scrollPhotos(event) {
|
||||
|
||||
async function mounted() {
|
||||
[this.actor] = await Promise.all([
|
||||
this.$store.dispatch('fetchActors', { actorId: this.$route.params.actorSlug }),
|
||||
this.$store.dispatch('fetchActors', { actorSlug: this.$route.params.actorSlug }),
|
||||
this.fetchReleases(),
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user