'How to select three days using datepicker in vue

Im using VCalendar - datepicker and I want to highlight days which are in my array: ['2022-02-01', '2022-02-08', '2022-02-15'], I cant find this in documentation, there is only single date or range of dates, but not alone dates like in my array, which are all tuesdays for example.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source