diff --git a/src/runtime/components/Input.vue b/src/runtime/components/Input.vue index 11b6b70e..26633bee 100644 --- a/src/runtime/components/Input.vue +++ b/src/runtime/components/Input.vue @@ -63,7 +63,7 @@ const { isLeading, isTrailing, leadingIconName, trailingIconName } = useComponen // const size = computed(() => sizeButtonGroup.value || sizeFormGroup.value) const ui = computed(() => tv({ extend: input, slots: props.ui })({ - type: props.type, + type: props.type as InputVariants['type'], color: color.value, variant: props.variant, size: size?.value,