1.想要功能--如下图:既点击弹窗中的列表项之后,弹窗popover隐藏 2.解决方法-没有使用回调时在el-popover中加属性 :ref="popover-${scope.$index}"在列表项中加 @click="scope.self.$refs[popover-${scope.$index}].doClose()" 3.解决方法-回调操作时 ...
this is content, this is content"> <el-button slot="reference">Hover to activate</el-button> </el-popover> <el-button @click="changebehavior">Change behavior</el-button>
[Style] [popover] (element-plus@2.3.12,根据官网el-popover虚拟触发案例,在vue3中导入ClickOutside指令显示找不到node_modules/element-plus/es/components/ck-outside/style/css) According to the el-popover virtual trigger case on the official website, importing ClickOutside directive in vue3 shows th...