mirror of
https://github.com/youzan/vant.git
synced 2025-12-22 01:07:29 +08:00
[new feature] Picker: add loading prop (#619)
This commit is contained in:
@@ -37,14 +37,11 @@ export default create({
|
||||
valueKey: String,
|
||||
className: String,
|
||||
itemHeight: Number,
|
||||
visibleItemCount: Number,
|
||||
options: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
visibleItemCount: {
|
||||
type: Number,
|
||||
default: 5
|
||||
},
|
||||
defaultIndex: {
|
||||
type: Number,
|
||||
default: 0
|
||||
|
||||
Reference in New Issue
Block a user