mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 23:19:15 +08:00
[improvement] Picker: optimize default-index default value (#3534)
This commit is contained in:
parent
4d77322c83
commit
8c16c764ec
@ -12,10 +12,7 @@ export default sfc({
|
||||
props: {
|
||||
...pickerProps,
|
||||
columns: Array,
|
||||
defaultIndex: {
|
||||
type: Number,
|
||||
default: 0
|
||||
},
|
||||
defaultIndex: Number,
|
||||
toolbarPosition: {
|
||||
type: String,
|
||||
default: 'top'
|
||||
|
Loading…
x
Reference in New Issue
Block a user