mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
fix(link): improve nuxt link rel type
This commit is contained in:
@@ -16,7 +16,7 @@ export const nuxtLinkProps = {
|
||||
default: undefined
|
||||
},
|
||||
rel: {
|
||||
type: String,
|
||||
type: String as PropType<string | null>,
|
||||
default: undefined
|
||||
},
|
||||
noRel: {
|
||||
|
||||
Reference in New Issue
Block a user