Changed range toggles to links for home and actor pages.
This commit is contained in:
@@ -253,7 +253,10 @@ import Gender from './gender.vue';
|
||||
import Social from './social.vue';
|
||||
|
||||
async function fetchActor() {
|
||||
this.actor = await this.$store.dispatch('fetchActors', { actorSlug: this.$route.params.actorSlug });
|
||||
this.actor = await this.$store.dispatch('fetchActorBySlug', {
|
||||
slug: this.$route.params.actorSlug,
|
||||
range: this.$route.params.range,
|
||||
});
|
||||
}
|
||||
|
||||
function scrollPhotos(event) {
|
||||
|
||||
Reference in New Issue
Block a user