From 4c2e9183f042e991946bb12aa893955a980efbc8 Mon Sep 17 00:00:00 2001 From: bartvdbraak Date: Tue, 4 Feb 2020 20:20:42 +0100 Subject: [PATCH] Config loading, localstorage saving, export and persistence --- src/components/ConfigSection.vue | 112 ++++++++++++++++++++++++------- src/components/MainContent.vue | 13 +++- 2 files changed, 98 insertions(+), 27 deletions(-) diff --git a/src/components/ConfigSection.vue b/src/components/ConfigSection.vue index ad5f448..9dceffd 100644 --- a/src/components/ConfigSection.vue +++ b/src/components/ConfigSection.vue @@ -1,10 +1,34 @@