Skip to content

Commit af9d7cc

Browse files
committed
chore: lint fix
1 parent 8617a30 commit af9d7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const config = useRuntimeConfig().public
1010
1111
const nav = inject<Ref<ContentNavigationItem[]>>('navigation')
1212
13-
const items = computed(() => props.links.map(({ icon, ...link }) => link))
13+
// const items = computed(() => props.links.map(({ icon, ...link }) => link))
1414
const navigation = computed(() => nav?.value.find(item => item.path === '/docs')?.children || [])
1515
1616
defineShortcuts({

0 commit comments

Comments
 (0)