diff --git a/src/runtime/components/Link.vue b/src/runtime/components/Link.vue index cac8e239..0b1890f3 100644 --- a/src/runtime/components/Link.vue +++ b/src/runtime/components/Link.vue @@ -23,8 +23,7 @@ defineOptions({ inheritAttrs: false }) const props = withDefaults(defineProps(), { as: 'button', - type: 'button', - inactiveClass: undefined + type: 'button' }) const forward = useForwardProps(reactiveOmit(props, 'as', 'type', 'disabled', 'active', 'exact', 'exactQuery', 'exactHash', 'inactiveClass'))