-
-
- {{ $t("download") }}
-
-
-
+
+
+ {{ $t("download") }}
+
+
+
\ No newline at end of file
diff --git a/sist2-vue/src/views/StatsPage.vue b/sist2-vue/src/views/StatsPage.vue
index d166eee..976386e 100644
--- a/sist2-vue/src/views/StatsPage.vue
+++ b/sist2-vue/src/views/StatsPage.vue
@@ -57,7 +57,9 @@ export default {
};
})
},
- indices: () => this.$store.state.indices
+ indices() {
+ return this.$store.state.indices;
+ }
}
}