mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-23 15:09:16 +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: {
|
props: {
|
||||||
...pickerProps,
|
...pickerProps,
|
||||||
columns: Array,
|
columns: Array,
|
||||||
defaultIndex: {
|
defaultIndex: Number,
|
||||||
type: Number,
|
|
||||||
default: 0
|
|
||||||
},
|
|
||||||
toolbarPosition: {
|
toolbarPosition: {
|
||||||
type: String,
|
type: String,
|
||||||
default: 'top'
|
default: 'top'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user