ElmentUI全局禁止点击遮罩层关闭el-dialog弹窗

在mian.js里面:

import ElementUI from 'element-ui';
// 修改 el-dialog 默认点击遮照为不关闭
ElementUI.Dialog.props.closeOnClickModal.default = false

参考 https://blog.csdn.net/huanhuan03/article/details/105426879?utm_medium=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight&depth_1-utm_source=distribute.pc_relevant_t0.none-task-blog-BlogCommendFromMachineLearnPai2-1.edu_weight

posted @ 2020-07-19 16:11  liliyou  阅读(1065)  评论(0编辑  收藏  举报