mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
[new feature] Picker: add loading prop (#619)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
show-toolbar
|
||||
value-key="name"
|
||||
:title="title"
|
||||
:loading="loading"
|
||||
:columns="columns"
|
||||
:item-height="itemHeight"
|
||||
:visible-item-count="visibleItemCount"
|
||||
@@ -28,6 +29,7 @@ export default create({
|
||||
props: {
|
||||
value: {},
|
||||
title: String,
|
||||
loading: Boolean,
|
||||
areaList: Object,
|
||||
itemHeight: Number,
|
||||
visibleItemCount: Number,
|
||||
|
Reference in New Issue
Block a user