From 82e49d003788f709cf98c4ebb8e32f1472b59614 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 22 Aug 2018 11:36:28 +0200 Subject: [PATCH] Add state variables, actions and mutations --- client/src/App.vue | 32 ++++++++++++++++++++++++-------- client/src/store/index.js | 25 +++++++++++++++++++++---- 2 files changed, 45 insertions(+), 12 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index ef46f167..a7d5c7b3 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -1,10 +1,10 @@