mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
Fix stats page #387
This commit is contained in:
@@ -57,7 +57,9 @@ export default {
|
||||
};
|
||||
})
|
||||
},
|
||||
indices: () => this.$store.state.indices
|
||||
indices() {
|
||||
return this.$store.state.indices;
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user