Convert frontend to Vue #3

Merged
jacob1123 merged 158 commits from vue into master 2022-02-08 22:20:11 +01:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit a4f94cd9d9 - Show all commits

View File

@ -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;
} }
}, },

View File

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