Skip to content

Commit

Permalink
fix(link): import type from #vue-router
Browse files Browse the repository at this point in the history
Resolves #1253
  • Loading branch information
benjamincanac committed Jan 18, 2024
1 parent 91b27c8 commit 79ec3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/utils/link.ts
Original file line number Diff line number Diff line change
@@ -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: {
Expand Down

1 comment on commit 79ec3fd

@vercel
Copy link

@vercel vercel bot commented on 79ec3fd Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui.nuxt.com
ui-git-dev-nuxt-js.vercel.app

Please sign in to comment.