You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
470 B

1 year ago
  1. <van-picker
  2. class="van-datetime-picker"
  3. active-class="active-class"
  4. toolbar-class="toolbar-class"
  5. column-class="column-class"
  6. title="{{ title }}"
  7. columns="{{ columns }}"
  8. item-height="{{ itemHeight }}"
  9. show-toolbar="{{ showToolbar }}"
  10. visible-item-count="{{ visibleItemCount }}"
  11. confirm-button-text="{{ confirmButtonText }}"
  12. cancel-button-text="{{ cancelButtonText }}"
  13. bind:change="onChange"
  14. bind:confirm="onConfirm"
  15. bind:cancel="onCancel"
  16. />