[improvement] Picker: update document and fix snapshot

This commit is contained in:
陈嘉涵
2019-06-09 09:53:09 +08:00
parent 04b88583c2
commit 3a4b434b4c
9 changed files with 40 additions and 0 deletions
+1
View File
@@ -195,6 +195,7 @@ export default {
|------|------|------|------|------|
| columns | 对象数组,配置每一列显示的数据 | `Array` | `[]` | - |
| show-toolbar | 是否显示顶部栏 | `Boolean` | `false` | - |
| toolbar-position | 顶部栏位置,可选值为`bottom` | `String` | `top` | 2.0.0 |
| title | 顶部栏标题 | `String` | `''` | - |
| loading | 是否显示加载状态 | `Boolean` | `false` | - |
| value-key | 选项对象中,文字对应的 key | `String` | `text` | - |