mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(link): add missing props
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user