ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

a-range-picker disabled-date方法过度调用

Open mudoo opened this issue 1 year ago • 2 comments

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.3

Environment

windows 10, edge 120.0.2210.91, vue 3.4

Reproduction link

Edit on CodeSandbox

Steps to reproduce

点击日历选择器

What is expected?

减少disabledDate方法调用次数,优化性能

What is actually happening?

当picker=year时,一次弹框调用disabledDate方法多达10万 次

mudoo avatar Jul 02 '24 05:07 mudoo