From 1ac4a696d0b0849c2051e7335815ae89ad9c045c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 13 Oct 2020 13:03:27 +0200 Subject: [PATCH 1/3] Move navigation toggle to vue components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/App.vue | 24 +++++++++++++++------ src/components/navigation/AppNavigation.vue | 4 ---- src/store/main.js | 11 +++++----- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/src/App.vue b/src/App.vue index 795ef225b..271f045d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,11 +21,11 @@ -->