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

vue3.4.18。popconfirm和dropdown二次触发会有问题

Open electroluxcode opened this issue 1 year ago • 0 comments
trafficstars

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

Version

4.1.0

Environment

更新到 vue3.4.18版本,然后本仓库npm run dev即可。components/dropdown 和 components/popconfirm 实测vue3.4.18测试会有问题,降低到vue3.2 可以正常运行

Reproduction link

http://localhost:5173/components/dropdown

Steps to reproduce

二次 click 或者 hover 组件的时候,dropdown和popconfirm本来应该展开的状态,但是并没有展开。只有首次是相对正常的。

electroluxcode avatar Feb 12 '24 17:02 electroluxcode