Datepickers
Handy datepicker without any external dependencies. It allows two bits of functionality, you can either bind it with v-model, or simply use value.
<datepicker name="foo" value="2000-09-09"></datepicker> <datepicker v-model="foo" name="foo"></datepicker>
You can pass other parameters to define start and end dates, along with date format options
Note this requires javascript (Vuejs 2.0)