[bugfix] Picker: misspelling of visibleItemCount (#549)

This commit is contained in:
neverland
2018-01-18 14:31:54 +08:00
committed by GitHub
parent d8dc44a780
commit 838c34578e
7 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export default {
| max-date | Max date | `Date` | Ten years later on December 31 | - |
| min-hour | Min hour | `Number` | `0` | - |
| max-hour | Max hour | `Number` | `23` | - |
| visibile-column-count | Count of columns to show | `Number` | `5` | - |
| visible-item-count | Count of columns to show | `Number` | `5` | - |
### Event