We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddff156 commit 344855dCopy full SHA for 344855d
docs/app/components/AppHeader.vue
@@ -107,7 +107,7 @@ const logoContextMenuItems = [
107
</template>
108
109
<template #body>
110
- <UContentNavigation :navigation="navLinks" highlight type="single" :default-open="$route.path.startsWith('/docs')" :ui="{ itemWithChildren: 'ps-1.5' }" />
+ <UContentNavigation :navigation="navLinks" highlight type="single" :default-open="$route.path.startsWith('/docs')" />
111
112
<div class="flex flex-col gap-y-2 mt-4">
113
<USeparator class="mb-4" />
0 commit comments