[new feature] Picker: add loading prop (#619)

This commit is contained in:
neverland
2018-02-07 17:09:09 +08:00
committed by GitHub
parent 866aff9c45
commit e53f543639
10 changed files with 59 additions and 9 deletions

View File

@@ -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,