首页 > 其他 > 详细

element-ul 处理 组件内的弹出框close问题

时间:2019-08-21 20:30:13      阅读:347      评论:0      收藏:0      [点我收藏+]
  <el-dialog
            custom-class="rental-pop"
            :close-on-click-modal="false"
            :append-to-body="true"
            title="租赁详情"
            width="30%"
            :visible.sync="dialogShow"
            :before-close=‘close‘
            >
            <div class="content rental-box">
             
            </div>
            <span slot="footer" class="dialog-footer">
                <el-button type="primary" @click="close">取 消</el-button>
            </span>
   </el-dialog>

  

:before-close=‘组件内的方法去出发外部属性‘ 设置组件内的弹出框close问题

element-ul 处理 组件内的弹出框close问题

原文:https://www.cnblogs.com/hpx2020/p/11390608.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!