From fc67d035f70b1a0c4eae09d3ebaa4f544f731582 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 8 Jun 2021 14:08:45 +0300 Subject: [PATCH] fetch config --- src/App.vue | 11 ++++++++- src/components/InfobaseListItem.vue | 8 ++----- src/config.json | 4 +--- src/store/index.js | 2 ++ src/store/modules/config.js | 37 +++++++++++++++++++++++++++++ 5 files changed, 52 insertions(+), 10 deletions(-) create mode 100644 src/store/modules/config.js diff --git a/src/App.vue b/src/App.vue index 90d2308..ce35037 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,16 @@