ant-design-vue
ant-design-vue copied to clipboard
vue 升级3.4.14 之后 treeSelect 组件中dropdownStyle 设置 { display: 'none' } 未生效
trafficstars
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.1.0
Environment
Vue 3.4.14
Reproduction link
https://stackblitz.com/edit/vue-veduhh?file=src%2Fcomponents%2Ftest.vue
Steps to reproduce
见链接
What is expected?
display 生效
What is actually happening?
display 未生效
vue 在 3.4.20 中修复了这个问题 。