Skip to content

Releases: weifeiyue/vue-datepicker

v0.1.2

27 Jul 11:34
Compare
Choose a tag to compare

add property 'confirm' and 'onConfirm';


in this case,Only when the user click 'ok', the time will change

v0.1.1

04 Jul 02:26
Compare
Choose a tag to compare

New

  • add "max-range" property , it will limit the maximum time range , unit is day;
<mz-datepicker :start-time.sync="startTime" :end-time.sync="endTime" range max-range="366"></mz-datepicker>
  • support english version
<mz-datepicker en></mz-datepicker>

A Lightweight Datepicker For Vue

16 May 02:23
Compare
Choose a tag to compare
Pre-release

A Lightweight Datepicker For Vue Publish