vue日历组件-v-calendar

时间:2024-04-08 11:39:23

在项目中,需要用到日历扩展,这里有一个很好日历组件
https://github.com/nathanreyes/v-calendar
文档:https://vcalendar.io/changelog/v1.0.html#v1-0-0-beta-0

有个小坑,
日期选择的事件都有,但是切换日历月份的事件,在文档上找不到
文档只是给了一个 这两个过度事件,没有返回值, 只是切换月份的时候一个过度事件
vue日历组件-v-calendar
而我想要获取到切换的当前月份的参数, 于是我看源码,给他传了个返回参数,发现参数是布尔值,不是我想要的
vue日历组件-v-calendar
解决办法
初始化拿到日历组件对象,在每次过渡事件中取当前日历对象的数据
vue日历组件-v-calendar
vue日历组件-v-calendarvue日历组件-v-calendarvue日历组件-v-calendar