TangSY / vue-hash-calendar

vue移动端日期、时间选择插件(支持农历/节假日),日期选择面板以日历形式展示。上下滑动切换周/月模式。支持快速切换年份和月份。支持两种模式:1,月模式,左右滑动切换月份。2、周模式,左右滑动切换周。
https://www.hxkj.vip/demo/calendar/
MIT License
315 stars 75 forks source link

Uncaught TypeError: Cannot read properties of undefined (reading 'year') #73

Closed a1444942531 closed 3 years ago

a1444942531 commented 3 years ago

P{QC1YI(ZKKZ2DBST_K6%83

如图所示在已周为单位迅速切换日期并且跨月的情况下会出现该错误

可能跟 setTimeout 有关 https://github.com/TangSY/vue-hash-calendar/blob/872d36a465f7a4945bf25e63c66ea6ad98ee5b35/packages/vueHashCalendar/src/Calendar.vue#L575

TangSY commented 3 years ago

收到,感谢反馈

TangSY commented 3 years ago

已修复