forked from DebaucheryLibrarian/traxxx
Added actor expand button to profile.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
import Actor from '../tile/actor.vue';
|
||||
|
||||
async function mounted() {
|
||||
this.pageTitle = 'Actors';
|
||||
this.actors = await this.$store.dispatch('fetchActors', { limit: 1000 });
|
||||
}
|
||||
|
||||
@@ -22,6 +23,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
actors: [],
|
||||
pageTitle: null,
|
||||
};
|
||||
},
|
||||
mounted,
|
||||
|
||||
Reference in New Issue
Block a user