feat: add support for File type in Input component
This commit is contained in:
parent
8a24d11a65
commit
4898a96fe0
|
|
@ -4,8 +4,8 @@ import { cn } from '@/lib/utils'
|
|||
import { useVModel } from '@vueuse/core'
|
||||
|
||||
const props = defineProps<{
|
||||
defaultValue?: string | number
|
||||
modelValue?: string | number
|
||||
defaultValue?: string | number | File
|
||||
modelValue?: string | number | File
|
||||
class?: HTMLAttributes['class']
|
||||
}>()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user