style(Picker): adjust default value of visible-item-count to 6 (#6827)

This commit is contained in:
neverland
2020-07-21 14:12:59 +08:00
committed by GitHub
parent ebb964aed8
commit 2d9f5d858a
15 changed files with 194 additions and 194 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const pickerProps = {
},
visibleItemCount: {
type: [Number, String],
default: 5,
default: 6,
},
swipeDuration: {
type: [Number, String],