- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? Currently, on version 1.x, `TreeSelect` component not support `dropdownVisibleChange` event ### What does the proposed API look like? ``` <a-tree-select @dropdownVisibleChange="xxx" /> ``` <!-- generated by issue-helper. DO NOT REMOVE -->