I'm interested in the question, can I add a date selection confirmation button on the calendar? I use vuejs-datepicker (vue version 2)
In the component itself, I found only slots for adding elements before or after the input, but I can’t add content to the calendar itself
There is only one slot in vuejs-datepicker - and it is above the calendar. You may need to fork the component and change it to suit your needs.