Skip to content

Commit

Permalink
fix(navigation): highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
larbish committed Dec 5, 2024
1 parent 0525e9d commit 862a8b4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/app/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ defineShortcuts({
<USeparator type="dashed" class="my-4" /> -->

<UContentNavigation :navigation="navigation" />
<UContentNavigation
highlight
:navigation="navigation"
/>
</template>
</UHeader>
</template>

0 comments on commit 862a8b4

Please sign in to comment.