Closed beattortoise closed 1 year ago
文档写了是公有事件,官网demo也引用了,但通过https://codesandbox.io/s/05pq7m?file=/src/demo.vue 并不能运行。react版的antdesign datePicker拥有这个事件并可以运行。目前情况下,想知道面板日期信息,该如何获取呢?
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Version
undefined
Environment
win7, vue:3.2.0 , chrome 108.0.5359.125
Reproduction link
https://stackblitz.com/edit/vue-fqn8ma?file=src%2FApp.vue,src%2Fmain.js
Steps to reproduce
1.点击datePicker组件,然后操作左右panel上一个月,下一个月按钮。
What is expected?
1.点击datePicker组件,然后操作左右panel按钮。可以弹出alert(1)
What is actually happening?
1.点击datePicker组件,然后操作左右panel按钮。无法触发里面的事件,alert(1)