Skip to content

Commit

Permalink
fix:修复datetime-picker组件showToolbarvisibleItemCount属性无效的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
yatoku committed Mar 29, 2022
1 parent a7583a0 commit 62878b7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
:columns="columns"
:title="title"
:itemHeight="itemHeight"
:showToolbar="showToolbar"
:visibleItemCount="visibleItemCount"
:defaultIndex="innerDefaultIndex"
:cancelText="cancelText"
:confirmText="confirmText"
Expand Down

0 comments on commit 62878b7

Please sign in to comment.