!535 feat: ✨ add closeOnPressEscape to ElMessageBox
Merge pull request !535 from AhJindeg/hotfix/handleAuthorizedpull/545/head^2
commit
7ba29c97aa
|
@ -211,6 +211,7 @@ const handleAuthorized = () => {
|
|||
showCancelButton: false,
|
||||
closeOnClickModal: false,
|
||||
showClose: false,
|
||||
closeOnPressEscape: false,
|
||||
confirmButtonText: t('login.relogin'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
|
|
Loading…
Reference in New Issue