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 af9d7cc commit 6e53dc2Copy full SHA for 6e53dc2
docs/app/components/AppHeader.vue
@@ -1,10 +1,10 @@
1
<script setup lang="ts">
2
import type { ContentNavigationItem } from '@nuxt/content'
3
-import type { NavigationMenuItem } from '@nuxt/ui'
+// import type { NavigationMenuItem } from '@nuxt/ui'
4
5
-const props = defineProps<{
6
- links: NavigationMenuItem[]
7
-}>()
+// const props = defineProps<{
+// links: NavigationMenuItem[]
+// }>()
8
9
const config = useRuntimeConfig().public
10
0 commit comments