vue3-hash-calendar icon indicating copy to clipboard operation
vue3-hash-calendar copied to clipboard

属性 default-datetime 设置为 null 后报错

Open du-ying opened this issue 5 months ago • 0 comments

代码 :<vue-hash-calendar :default-datetime="null" />

报错信息: vue3-hash-calendar.js?v=a20bbe39:590 Uncaught (in promise) TypeError: Cannot destructure property 'day' of 'checkedDate.value[0]' as it is undefined.

du-ying avatar Jun 19 '25 07:06 du-ying