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

Use primary color

parent e36046f2
No related branches found
No related tags found
No related merge requests found
......@@ -16,16 +16,19 @@ const props = defineProps<{
prepend-icon="mdi-account-circle"
nav
:title="navItem.title"
active-color="primary"
></v-list-item>
</template>
<Navigation :navigation="navItem.children" />
</v-list-group>
<v-list-item
v-else
nav
:title="navItem.title"
:value="navItem.title"
:to="navItem._path"
></v-list-item>
<template v-else>
<v-list-item
nav
:title="navItem.title"
:value="navItem.title"
:to="navItem._path"
active-color="primary"
></v-list-item>
</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