Wanderxx / vue-fullcalendar

vue calendar fullCalendar. no jquery required. Schedule events management
https://wanderxx.github.io/vue-fullcalendar/
1.51k stars 387 forks source link

dispatchEvent emits wrong startDate #12

Closed suitedjimster closed 7 years ago

suitedjimster commented 7 years ago

Hi, dispatchEvent in header.vue, but it's missing the firstDay as a prop. (header.vue:65) The first day seems to always offset by 1 (which turns out to be Mondays). I think this should be: startDate.setDate(startDate.getDate() - curWeekDay + firstDay)

Wanderxx commented 7 years ago

Refer #13