mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
type(select): update value type (#1051)
This commit is contained in:
parent
174377efb9
commit
6250d128b6
@ -72,7 +72,7 @@ const selectProps = {
|
||||
type: [String, Number, Array] as PropType<Value | null>,
|
||||
default: null
|
||||
},
|
||||
value: [String, Number, Array] as PropType<Value>,
|
||||
value: [String, Number, Array] as PropType<Value | null>,
|
||||
placeholder: String,
|
||||
multiple: Boolean,
|
||||
size: String as PropType<Size>,
|
||||
|
Loading…
Reference in New Issue
Block a user