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.
1 parent 10aa1b1 commit d0726e1Copy full SHA for d0726e1
docs/components/Header.vue
@@ -91,7 +91,7 @@ const processed = computed<DropdownMenuItem[]>(() => {
91
>
92
<template #link-title="{ link }">
93
<span class="inline-flex items-center gap-0.5">
94
- {{ link.title }}
+ {{ link.label }}
95
</span>
96
</template>
97
</UContentNavigation>
0 commit comments