场景:el-popover通过visible控制显隐;同时el-popover是遍历生成的多个。
原文档的使用visible后就不能点击其他地方使其隐藏;同时解决实现点击其他区域隐藏
<template><div><template v-for="(item,index) in arr" :key="index"><el-popover :visible="visible === item" placement="bottom" title="标题可去除" :width="200"content="this is content, this is content, this is content"><template #reference><el-button class="m-2" @click.stop=