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 8617a30 commit af9d7ccCopy full SHA for af9d7cc
docs/app/components/AppHeader.vue
@@ -10,7 +10,7 @@ const config = useRuntimeConfig().public
10
11
const nav = inject<Ref<ContentNavigationItem[]>>('navigation')
12
13
-const items = computed(() => props.links.map(({ icon, ...link }) => link))
+// const items = computed(() => props.links.map(({ icon, ...link }) => link))
14
const navigation = computed(() => nav?.value.find(item => item.path === '/docs')?.children || [])
15
16
defineShortcuts({
0 commit comments