el-popover 点击取消按钮,弹窗仍然无法关闭

<el-popover
 placement="bottom"
 width="200"
 :ref="aa"
 :visible.sync="reviewVisible"
>
   <div style="text-align: right; margin-top: 20px">
       <el-button size="mini" type="text" @click="handleCloseReview(scope)">取消</el-button>
       <el-button  type="primary" size="mini"  @click="handleAdd">确定</el-button>
   </div>
</el-popover>
handleCloseReview(scope) {
      //这样才可以关闭调<el-popover>
      this.$refs.aa.doClose()
 },//之前我通过控制reviewVisible,我发现是关闭的;

参考地址: https://blog.csdn.net/weixin_42224055/article/details/108464884

相关文章

el-menu 有个属性 :default-active="curActive"...
基础用法1<el-inputv-model="input1"palcehode...
 1.安装element-uinpminstallelement-ui-S 2.在main.js中i...
layout布局通过基础的24分栏,可进行快速布局基础布局使用单...
 今天做一个选择年份的功能,直接调用了ElementUI里面的Dat...
  that.end 即为结束日期