首页 > 其他分享 >vue3的element plusd的全局注册的dialog的弹窗空白区域点击无法关闭

vue3的element plusd的全局注册的dialog的弹窗空白区域点击无法关闭

时间:2023-02-22 22:45:11浏览次数:39  
标签:context dialog app element plusd 点击 关闭 全局 弹窗

在main.js里面注册

// 全局修改默认配置,点击空白处不能关闭弹窗 app._context.components.ElDialog["props"].closeOnClickModal.default = false // 全局修改默认配置,按下ESC不能关闭弹窗 app._context.components.ElDialog["props"].closeOnPressEscape.default = false

 

标签:context,dialog,app,element,plusd,点击,关闭,全局,弹窗
From: https://www.cnblogs.com/czb1218/p/17146298.html

相关文章