showonne / vue-date

A datepicker component for Vue.js
https://showonne.github.io/vue-date/
MIT License
156 stars 65 forks source link

how to show the cancle button? #14

Closed wpdiary closed 7 years ago

wpdiary commented 7 years ago

I am using 1.1.6. the code <datepicker v-model="taskCreateTimeMin" :language="'ch'"></datepicker> I want to clear the value of input ,but no cancle button.`

showonne commented 7 years ago

fixed in v1.1.7, the UglifyJS made some code disappear, so I disabled UglifyJS temporarily...