From 9a76f161dfe6188a87ba4a8cd558b7f2606400bf Mon Sep 17 00:00:00 2001 From: Erastus Amunwe Date: Mon, 2 Nov 2020 10:06:05 +0200 Subject: [PATCH] changed the setting's save and remove methods to dispatch store actions --- src/components/NavBar.vue | 85 +++++++++++++++++++++++---------------- 1 file changed, 51 insertions(+), 34 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index bc36abf..c8b9ae7 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -1,16 +1,12 @@