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