mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-29 19:30:37 +01:00
chore(link): add missing props
This commit is contained in:
@@ -62,6 +62,18 @@ export const nuxtLinkProps = {
|
|||||||
} as const
|
} as const
|
||||||
|
|
||||||
const uLinkProps = {
|
const uLinkProps = {
|
||||||
|
as: {
|
||||||
|
type: String,
|
||||||
|
default: 'button'
|
||||||
|
},
|
||||||
|
type: {
|
||||||
|
type: String,
|
||||||
|
default: 'button'
|
||||||
|
},
|
||||||
|
disabled: {
|
||||||
|
type: Boolean,
|
||||||
|
default: null
|
||||||
|
},
|
||||||
active: {
|
active: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: undefined
|
default: undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user