Commit f750ff43 authored by 无木's avatar 无木

fix(modal): maskClosable not work

修复BasicModal点击遮罩不能关闭的问题
parent f9cda2e8
<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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment