chore(link): add missing props

This commit is contained in:
Benjamin Canac
2024-01-15 16:01:58 +01:00
parent 033fcfacd8
commit d43fb835d8

View File

@@ -62,6 +62,18 @@ export const nuxtLinkProps = {
} as const
const uLinkProps = {
as: {
type: String,
default: 'button'
},
type: {
type: String,
default: 'button'
},
disabled: {
type: Boolean,
default: null
},
active: {
type: Boolean,
default: undefined