Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Nov 12, 2024
1 parent 8617a30 commit af9d7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/components/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = useRuntimeConfig().public
const nav = inject<Ref<ContentNavigationItem[]>>('navigation')
const items = computed(() => props.links.map(({ icon, ...link }) => link))
// const items = computed(() => props.links.map(({ icon, ...link }) => link))
const navigation = computed(() => nav?.value.find(item => item.path === '/docs')?.children || [])
defineShortcuts({
Expand Down

0 comments on commit af9d7cc

Please sign in to comment.