forked from DebaucheryLibrarian/traxxx
Added new tag filter stub.
This commit is contained in:
@@ -303,8 +303,8 @@ import Gender from './gender.vue';
|
||||
import Social from './social.vue';
|
||||
|
||||
async function fetchActor() {
|
||||
this.actor = await this.$store.dispatch('fetchActorBySlug', {
|
||||
actorSlug: this.$route.params.actorSlug,
|
||||
this.actor = await this.$store.dispatch('fetchActorById', {
|
||||
actorId: Number(this.$route.params.actorId),
|
||||
range: this.$route.params.range,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user