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 b08c02e commit 949eabaCopy full SHA for 949eaba
app/components/AppHeader.vue
@@ -1,6 +1,5 @@
1
<script setup lang="ts">
2
import type { ContentNavigationItem } from '@nuxt/content'
3
-import TemplateMenu from "~/components/TemplateMenu.vue";
4
5
const navigation = inject<Ref<ContentNavigationItem[]>>('navigation')
6
0 commit comments