Remove old logging
This commit is contained in:
parent
c2bbaebfd2
commit
a4f94cd9d9
@ -17,7 +17,6 @@ export default {
|
|||||||
this.$store.dispatch("logout");
|
this.$store.dispatch("logout");
|
||||||
},
|
},
|
||||||
toggleMenu () {
|
toggleMenu () {
|
||||||
console.log(this.showMenu);
|
|
||||||
this.showMenu = !this.showMenu;
|
this.showMenu = !this.showMenu;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -8,10 +8,8 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
saveBudget () {
|
saveBudget () {
|
||||||
console.log(this.$data.budgetName);
|
|
||||||
this.$store.dispatch("newBudget", this.$data.budgetName);
|
this.$store.dispatch("newBudget", this.$data.budgetName);
|
||||||
this.$data.dialog = false;
|
this.$data.dialog = false;
|
||||||
|
|
||||||
},
|
},
|
||||||
newBudget () {
|
newBudget () {
|
||||||
this.$data.dialog = true;
|
this.$data.dialog = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user