hilongjw / vue-datepicker

[Deprecated] calendar and datepicker component with material design for Vue.js
http://hilongjw.github.io/vue-datepicker/demo.html
MIT License
702 stars 207 forks source link

Make only specified days available, the rest unavailable. #94

Open andrewdelprete opened 7 years ago

andrewdelprete commented 7 years ago

Hi there, I have an app where it requires only specified days to be available and the rest unavailable. These days are not in a range of any sort but kind of random. Is there a way to do this currently with Vue Datepicker? Thank you!