v-for遍历多个el-popover;el-popover通过visible控制显隐;点击其他隐藏el-popover
场景: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=
原文地址:https://blog.csdn.net/i_am_a_div/article/details/144381099
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!