Skip to content

Commit affa35a

Browse files
authored
Fix FWBInput does not support v-model.number (themesberg#273) (themesberg#327)
1 parent b2cf9e2 commit affa35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FwbInput/FwbInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import {
5858
interface InputProps {
5959
disabled?: boolean
6060
label?: string
61-
modelValue: string
61+
modelValue: string | number
6262
required?: boolean
6363
size?: InputSize
6464
type?: InputType

0 commit comments

Comments
 (0)