Skip to content

Commit 862a8b4

Browse files
committed
fix(navigation): highlight
1 parent 0525e9d commit 862a8b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/app/components/AppHeader.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ defineShortcuts({
8787
8888
<USeparator type="dashed" class="my-4" /> -->
8989

90-
<UContentNavigation :navigation="navigation" />
90+
<UContentNavigation
91+
highlight
92+
:navigation="navigation"
93+
/>
9194
</template>
9295
</UHeader>
9396
</template>

0 commit comments

Comments
 (0)