fix(link): improve nuxt link rel type

This commit is contained in:
Benjamin Canac
2024-01-18 15:30:14 +01:00
parent d28bb0efa8
commit 05e90aa1d1

View File

@@ -16,7 +16,7 @@ export const nuxtLinkProps = {
default: undefined
},
rel: {
type: String,
type: String as PropType<string | null>,
default: undefined
},
noRel: {