Tencent / tdesign-vue-next

A Vue3.x UI components lib for TDesign.
https://tdesign.tencent.com/vue-next
MIT License
1.35k stars 445 forks source link

[Dropdown] Props增加attach #4322

Closed NickZhangjin closed 1 week ago

NickZhangjin commented 1 week ago

这个功能解决了什么问题

在父元素鼠标悬停显示的子元素,如果使用 Dropdown 鼠标移动无法选中下拉菜单。

你建议的方案是什么

Props增加“attach”,可以设置 Dropdown 挂载的节点。

github-actions[bot] commented 1 week ago

👋 @NickZhangjin,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

uyarn commented 1 week ago

:popup-props="{ attach: xx }"