mirror of
https://github.com/vbenjs/vben-admin-thin-next.git
synced 2025-02-03 02:18:40 +08:00
fix(modal): maskClosable not work
修复BasicModal点击遮罩不能关闭的问题
This commit is contained in:
parent
f9cda2e8c0
commit
f750ff435f
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Modal v-bind="getBindValue">
|
||||
<Modal v-bind="getBindValue" @cancel="handleCancel">
|
||||
<template #closeIcon v-if="!$slots.closeIcon">
|
||||
<ModalClose
|
||||
:canFullscreen="getProps.canFullscreen"
|
||||
@ -178,6 +178,7 @@
|
||||
}
|
||||
|
||||
visibleRef.value = false;
|
||||
console.log(visibleRef.value);
|
||||
emit('cancel', e);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user