el-dialog 全局设置为当鼠标点击弹窗外时,不关闭弹窗

pull/215/head
taest 3 years ago committed by Gitee
parent 0d58ecb09c
commit 2205060b3b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -48,7 +48,7 @@ Vue.prototype.selectDictLabel = selectDictLabel
Vue.prototype.selectDictLabels = selectDictLabels
Vue.prototype.download = download
Vue.prototype.handleTree = handleTree
Element.Dialog.props.closeOnClickModal.default = false
// 全局组件挂载
Vue.component('DictTag', DictTag)
Vue.component('Pagination', Pagination)

Loading…
Cancel
Save