docs: bump @nuxt/ui-pro-edge

This commit is contained in:
Benjamin Canac
2024-01-12 11:52:25 +01:00
parent 2862741e5f
commit 29029ca8ae
3 changed files with 40 additions and 40 deletions

View File

@@ -44,10 +44,10 @@
<script setup lang="ts">
import type { NavItem } from '@nuxt/content/dist/runtime/types'
import type { Link } from '#ui-pro/types'
import type { HeaderLink } from '#ui-pro/types'
defineProps<{
links: Link[]
links: HeaderLink[]
}>()
const route = useRoute()