ManukMinasyan / vue-functional-calendar

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

Empty week number line, for months with less than 6 weeks in them #82

Closed Viliasas closed 4 years ago

Viliasas commented 4 years ago

Hello,

I'm trying to use this calendar with "showWeekNumbers" options enabled, but I'm getting additional empty line in months with less than 6 weeks in them.

image

Is there someway to hide it?

I'm using 2.8.83 version (downloaded through npm).

ManukMinasyan commented 4 years ago

Hello, @Viliasas. https://github.com/Digital-Threads/vue-functional-calendar/commit/fca47ebb81b1683b136517f29826d8dd12452abf in version 2.8.84 solved this issue.

Thank you for your response.