Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
Showing only changes of commit 929db00a47 - Show all commits

View File

@ -5,6 +5,9 @@ export default {
console.log(this.$store.state);
return this.$store.state;
}
},
mounted () {
this.$store.commit("getDashboard");
}
}
</script>