diff --git a/front/src/AppNavBar.vue b/front/src/AppNavBar.vue index 602a195..bf9500e 100644 --- a/front/src/AppNavBar.vue +++ b/front/src/AppNavBar.vue @@ -8,11 +8,13 @@ const router = useRouter(); const popupDisplay = ref(false) + const isMenuActive = ref(false) function logout() { authStore.logout(); router.push('/'); } +