GeoffZhu / vue-event-calendar

A simple events calendar for Vue2, no dependencies except Vue2.
http://geoffzhu.cn/vue-event-calendar/
635 stars 228 forks source link

Week start on monday option #46

Closed fhusquinet closed 7 years ago

fhusquinet commented 7 years ago

Would it be possible to add an option to choose whether the week starts on monday or not?

I would rather stick to the more modern version of the calendar which starts on monday and ends on Sunday. I would change it myself and do a PR but I don't have enough experience with Vue Component to do so with confidence.

Thanks in advance for your anwser, and thanks for the awesome component!

GeoffZhu commented 7 years ago

@fhusquinet , Update to 1.4.8, and

Vue.use({weekStartOn: 1})
fhusquinet commented 7 years ago

Well that's just perfect, thanks a lot!