fix(link): import type from #vue-router

Resolves #1253
This commit is contained in:
Benjamin Canac
2024-01-18 17:34:41 +01:00
parent 91b27c8581
commit 79ec3fd031

View File

@@ -1,5 +1,5 @@
import type { PropType } from 'vue'
import type { RouteLocationRaw } from 'vue-router'
import type { RouteLocationRaw } from '#vue-router'
export const nuxtLinkProps = {
to: {