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

Added functionality for highlight date #139

Open uzlov opened 6 years ago

uzlov commented 6 years ago

<date-picker :highlighted="highlighted" @set-year="setYear" @set-month="setMonth" @change-month="changeMonth">

Added functionality for highlight date. highlighted: { dates: [ '2018-04-01', '2018-04-02', '2018-04-17' ] }

Added events: 'change-month', 'set-month', 'set-year'.