From 4617900b76c5d1a31cd9f2d6fdfb6b42fc4a70c7 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 10 May 2023 18:23:00 +0200 Subject: [PATCH] Nav drawer exact for routing --- components/Nav/Navigation.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/Nav/Navigation.vue b/components/Nav/Navigation.vue index 5272157c..36583b69 100644 --- a/components/Nav/Navigation.vue +++ b/components/Nav/Navigation.vue @@ -15,6 +15,8 @@ const props = defineProps<{ v-bind="props" :title="navItem.title" active-color="primary" + exact + nav ></v-list-item> </template> <Navigation :navigation="navItem.children" /> @@ -25,6 +27,8 @@ const props = defineProps<{ :value="navItem.title" :to="navItem._path" active-color="primary" + exact + nav ></v-list-item> </template> </template> -- GitLab