chore(Link): update

This commit is contained in:
Benjamin Canac
2024-03-09 16:35:16 +01:00
parent 2f65c2eeca
commit c6381c183c

View File

@@ -23,8 +23,7 @@ defineOptions({ inheritAttrs: false })
const props = withDefaults(defineProps<LinkProps>(), {
as: 'button',
type: 'button',
inactiveClass: undefined
type: 'button'
})
const forward = useForwardProps(reactiveOmit(props, 'as', 'type', 'disabled', 'active', 'exact', 'exactQuery', 'exactHash', 'inactiveClass'))