Element-ui 设置弹窗取消关闭

在main.js中配置如下代码即可

ElementUI.Dialog.props.closeOnClickModal.default = false; 
Vue.use(ElementUI)