diff --git a/src/components/Input/Input.vue b/src/components/Input/Input.vue index 0a72471..4871feb 100644 --- a/src/components/Input/Input.vue +++ b/src/components/Input/Input.vue @@ -39,7 +39,7 @@ const props = defineProps({ default: false, }, type: { - type: String as PropType<'text' | 'password'>, + type: String as PropType<'button' | 'checkbox' | 'color' | 'date' | 'datetime-local' | 'email' | 'file' | 'hidden' | 'image' | 'month' | 'number' | 'password' | 'radio' | 'range' | 'reset' | 'search' | 'submit' | 'tel' | 'text' | 'time' | 'url' | 'week'>, default: 'text', }, size: {