Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

v0.2.6

Latest
Compare
Choose a tag to compare
@phoenixwong phoenixwong released this 17 Nov 15:12
· 2 commits to master since this release

Improvements

  • Added stop propagation .stop to click events
  • Add support to <label for="...">
<!-- Sample -->
<label for="yourID">Your Label Text</label>
<vue-timepicker id="yourID"></vue-timepicker>