Fix stats page #387

This commit is contained in:
2023-07-14 12:13:13 -04:00
parent ba863e4e6c
commit 0b0b7fe951
4 changed files with 564 additions and 733 deletions

View File

@@ -57,7 +57,9 @@ export default {
};
})
},
indices: () => this.$store.state.indices
indices() {
return this.$store.state.indices;
}
}
}
</script>