From ffed94f586ad07ac6b40111d8d3dacfe847a9275 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Tue, 25 Jan 2022 20:40:00 +0000 Subject: [PATCH] Implement dummy Budget-Settings and extract setTitle mutation --- web/src/App.vue | 3 --- web/src/pages/Login.vue | 9 ++------- web/src/router/routes.js | 2 ++ web/src/store/budget/index.js | 4 +++- web/src/store/index.js | 4 ++-- 5 files changed, 9 insertions(+), 13 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index 649a4f4..c524cba 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,9 +1,6 @@