vue-devui
vue-devui copied to clipboard
✨ [Feature]: DatePickerPro组件增加虚拟滚动
What problem does this feature solve
DatePickerPro有两部分需要增加虚拟滚动,一个是左侧的月份列表,一个是右侧的日历面板列表。

What does the proposed API look like
可以使用VirtualList组件,参考Tree虚拟滚动的实现:https://vue-devui.github.io/components/tree/#虚拟滚动