Move store to own folder
This commit is contained in:
@ -6,7 +6,7 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$store.commit("getDashboard");
|
||||
this.$store.dispatch("fetchDashboard");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user