Skip to content

Commit

Permalink
fix(link): improve nuxt link rel type
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jan 18, 2024
1 parent d28bb0e commit 05e90aa
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
Expand Up @@ -16,7 +16,7 @@ export const nuxtLinkProps = {
default: undefined
},
rel: {
type: String,
type: String as PropType<string | null>,
default: undefined
},
noRel: {
Expand Down

1 comment on commit 05e90aa

@vercel
Copy link

@vercel vercel bot commented on 05e90aa 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-git-dev-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.