利用组件el-popver组件,在组件内放入el-menu或者自己用a标签写加上样式。 注意:el-dropdown点击打开=>trigger="click",el-popver则使用鼠标滑过=>trigger="hover" 代码如下: <el-dropdownv-if="$store.state.user"trigger="click">{{$store.state.username}}<el-avatar:size="24":src="require('../ass...
element-plus / element-plus Public Notifications Fork 15.3k Star 23.8k Code Issues 1.4k Pull requests 456 Discussions Actions Projects 5 Security Insights Issue Remove Inactive [Component] [select] [Component] [select] el-select: dropdown popover closed and open again immediately when...
[Component] [popover] dropdown里的popover在关闭时出现闪屏的现象 #25895 Sign in to view logs Summary Jobs issue-remove-inactive Run details Usage Workflow file Triggered via issue June 14, 2024 02:13 btea commented on #17178 a80ea63 Status Success Total duration 12s Artifacts – iss...
In el-pagination and el-dropdown
Element Plus version 1.2.0-beta.3 OS/Browsers version windows Vue version 3.2.21 Reproduction Link https://codesandbox.io/s/quizzical-ritchie-9u4n7?file=/pages/index.vue Steps to reproduce In nuxt3, el-dropdown will render messy and conflict with el-popover ...