From efc442316cc7ef4b3c7dee86f5e74b38255e8607 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 31 Jul 2025 13:28:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feature:=20Menu=20bar=20component?= =?UTF-8?q?=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/VMenuBar.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/menu/VMenuBar.vue b/src/components/menu/VMenuBar.vue index fc1d093..86e487d 100644 --- a/src/components/menu/VMenuBar.vue +++ b/src/components/menu/VMenuBar.vue @@ -11,7 +11,8 @@ const props = withDefaults(defineProps(), { logoText: undefined, breakpoints: '960px', quickLinks: undefined, - menuLabel: undefined + menuLabel: undefined, + logoPath: '/home', }) @@ -23,7 +24,7 @@ const props = withDefaults(defineProps(), { class="p-menubar" >