hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Implements control to action buttons and styles #129

Open keivio opened 7 years ago

keivio commented 7 years ago

1 - Button correction loaded even when not informed and dispatching event 2 - Adding style option to actions buttons 3 - Implements unavailable days by an array of dates, for a specific period within a month in the year. ex: limit: [{ type: 'day', available: ['2017-11-09', '2017-11-10', '2017-11-12'] }]

image