We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
key
1 parent 1eb0191 commit 6231ac3Copy full SHA for 6231ac3
docs/app/layouts/docs.vue
@@ -92,7 +92,7 @@ const children = computed(() => {
92
<UPage>
93
<template #left>
94
<UPageAside>
95
- <UContentNavigation :navigation="children" variant="link" highlight :ui="{ linkTrailingBadge: 'font-semibold uppercase' }" />
+ <UContentNavigation :key="route.path" :navigation="children" variant="link" highlight :ui="{ linkTrailingBadge: 'font-semibold uppercase' }" />
96
</UPageAside>
97
</template>
98
0 commit comments