ManukMinasyan / vue-functional-calendar

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

Event when clicking on a day #34

Closed teacherhogg closed 4 years ago

teacherhogg commented 4 years ago

Is it possible to have a handler function when clicking on any day?

I see somewhere an example handler saying v-on:choseDay, but this does not appear to work (BTW, probably should be v-on:chooseDay) and is not mentioned in the documentation.

Thanks!

ManukMinasyan commented 4 years ago

Hey @teacherhogg . Easily. Here` https://github.com/ManukMinasyan/vue-functional-calendar/commit/f033db1606f2a5d6c98af1278cc64e4b265fb4e7

Update the package version to 2.6.6

Thanks.