diff --git a/components/Nav/Navigation.vue b/components/Nav/Navigation.vue index 5272157cc22dbd17bb9d860d590d97d5aa1666d3..36583b690af26dcf4209b8843de6647374650eaa 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>