From ebe2f1d3ccd30bdc499fc80df01d840c3dfc9f90 Mon Sep 17 00:00:00 2001 From: cnachtigall1991 <40701475+cnachtigall1991@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:04:38 +0200 Subject: [PATCH] extracted closeNav function to Utils --- src/components/Nav.vue | 19 ++++++------------- src/utils/Utils.js | 6 ++++++ src/utils/index.js | 4 ++-- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/components/Nav.vue b/src/components/Nav.vue index 63e2812..40a37c3 100644 --- a/src/components/Nav.vue +++ b/src/components/Nav.vue @@ -9,12 +9,12 @@