forked from DebaucheryLibrarian/traxxx
Added rudimentary tags page. Improved social match behavior.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
import Actor from '../tile/actor.vue';
|
||||
|
||||
async function mounted() {
|
||||
this.actors = await this.$store.dispatch('fetchActors');
|
||||
this.actors = await this.$store.dispatch('fetchActors', { limit: 1000 });
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user