Remove HelloWorld and logging, add Budget page

This commit is contained in:
2022-01-22 16:20:57 +00:00
parent b0ba63118e
commit 1bdd66a45a
5 changed files with 10 additions and 37 deletions

View File

@ -2,7 +2,6 @@
export default {
computed: {
dashboard () {
console.log(this.$store.state);
return this.$store.state;
}
},