Closed AndreyBrusnikin closed 5 years ago
Hello @AndreyBrusnikin . I will add it for sure in the next version. Thank you too for your review.
I have already updated the component. Please check the version vue-functional-calendar@2.1.7
:)
thx)))))
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.