mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-25 07:49:15 +08:00
[bugfix] DatetimePicker: fix visible-item-count prop (#1312)
This commit is contained in:
parent
3c48de191d
commit
6204892ad7
@ -5,7 +5,7 @@
|
|||||||
:columns="columns"
|
:columns="columns"
|
||||||
:item-height="itemHeight"
|
:item-height="itemHeight"
|
||||||
:show-toolbar="showToolbar"
|
:show-toolbar="showToolbar"
|
||||||
:visibie-item-height="visibleItemCount"
|
:visible-item-count="visibleItemCount"
|
||||||
:confirm-button-text="confirmButtonText"
|
:confirm-button-text="confirmButtonText"
|
||||||
:cancel-button-text="cancelButtonText"
|
:cancel-button-text="cancelButtonText"
|
||||||
@change="onChange"
|
@change="onChange"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user