Get Dashboards on mounted
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jan Bader 2022-01-19 21:28:14 +00:00
parent 8a6322bc7e
commit 929db00a47

View File

@ -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>