ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
473 stars 85 forks source link

Hello need more classes #17

Closed AndreyBrusnikin closed 5 years ago

AndreyBrusnikin commented 5 years ago

Hello, i used your calendar. Could you add two classes to calendar. if(day.date === this.calendar.dateRange.start ){ classes.push('start-date'); } if(day.date === this.calendar.dateRange.end ){ classes.push('end-date'); }

I just really miss them.
Thank you so much.

ManukMinasyan commented 5 years ago

Hello @AndreyBrusnikin . I will add it for sure in the next version. Thank you too for your review.

ManukMinasyan commented 5 years ago

I have already updated the component. Please check the version vue-functional-calendar@2.1.7

:)

AndreyBrusnikin commented 5 years ago

thx)))))