diff --git a/src/runtime/utils/link.ts b/src/runtime/utils/link.ts index 7784f4c7..220593a7 100644 --- a/src/runtime/utils/link.ts +++ b/src/runtime/utils/link.ts @@ -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