Skip to content
Snippets Groups Projects
Commit 4617900b authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Nav drawer exact for routing

parent 45657625
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ const props = defineProps<{ ...@@ -15,6 +15,8 @@ const props = defineProps<{
v-bind="props" v-bind="props"
:title="navItem.title" :title="navItem.title"
active-color="primary" active-color="primary"
exact
nav
></v-list-item> ></v-list-item>
</template> </template>
<Navigation :navigation="navItem.children" /> <Navigation :navigation="navItem.children" />
...@@ -25,6 +27,8 @@ const props = defineProps<{ ...@@ -25,6 +27,8 @@ const props = defineProps<{
:value="navItem.title" :value="navItem.title"
:to="navItem._path" :to="navItem._path"
active-color="primary" active-color="primary"
exact
nav
></v-list-item> ></v-list-item>
</template> </template>
</template> </template>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment