Move store to own folder

This commit is contained in:
2022-01-23 21:54:46 +00:00
parent c069a33890
commit f33f0880c4
4 changed files with 71 additions and 49 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export default {
}
},
mounted () {
this.$store.commit("getDashboard");
this.$store.dispatch("fetchDashboard");
}
}
</script>