From ef9124cc7443707e2f43bb12da464f14c9968606 Mon Sep 17 00:00:00 2001 From: Artus Date: Sun, 16 Jun 2019 15:37:03 +0200 Subject: [PATCH] moves shared store inside AppStorage.js --- lootalot_front/src/App.vue | 57 ++++------------------- lootalot_front/src/AppStorage.js | 57 +++++++++++++++++++++++ lootalot_front/src/components/Chest.vue | 4 +- lootalot_front/src/components/Player.vue | 8 ++-- lootalot_front/src/components/Request.vue | 8 ++-- 5 files changed, 75 insertions(+), 59 deletions(-) create mode 100644 lootalot_front/src/AppStorage.js diff --git a/lootalot_front/src/App.vue b/lootalot_front/src/App.vue index 5b83969..062a6db 100644 --- a/lootalot_front/src/App.vue +++ b/lootalot_front/src/App.vue @@ -1,5 +1,5 @@