Skip to content

Commit

Permalink
フォールバックを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ics-konno committed Nov 13, 2024
1 parent daa22d9 commit 3fe3afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HeaderNav.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<ContentNavigation v-slot="{ navigation }">
<ContentNavigation v-slot="{ navigation = [] }">
<ul>
<li v-for="link of navigation" :key="link._path">
<NuxtLink :to="link._path" class="link">{{ link.title }}</NuxtLink>
Expand Down

0 comments on commit 3fe3afd

Please sign in to comment.