Finished settings page

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-10-02 18:09:51 +02:00
parent 5f7e4e2cf2
commit cb5f43bf25
53 changed files with 430 additions and 63 deletions

View File

@@ -23,9 +23,9 @@ export default {
mounted() {
const that = this;
this.$store.dispatch("logs/update", this);
this.$store.dispatch("logs/update");
setInterval(function(){
that.$store.dispatch("logs/update", that);
that.$store.dispatch("logs/update");
}, 1000);
return;
}