This commit is contained in:
@ -5,6 +5,9 @@ export default {
|
||||
console.log(this.$store.state);
|
||||
return this.$store.state;
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.$store.commit("getDashboard");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user