mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[improvement] Picker: optimize default-index default value (#3534)
This commit is contained in:
@@ -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'
|
||||||
|
Reference in New Issue
Block a user