Vue2-datepicker version: 3.8.2
Vue version: 2.6.11
Browser: All
Steps to reproduce
Reproduction Link or Source Code
Expected behavior
The week number should be calculate by following ISO 8601
ISO 8601 wiki
The week number should be:
Actual behavior
The week number is:

PS
Thanks for your work and this great component.
You can change the firstWeekContainsDate.
<date-picker :lang="{ formatLocale: { firstWeekContainsDate: 4 } }" />
Thank you =)
Thank you!
Most helpful comment
You can change the
firstWeekContainsDate.