fix: 修复弹窗全屏按钮异常关闭的问题(#1177) (#1182)

This commit is contained in:
Francis Zuo
2021-09-09 22:59:53 +08:00
committed by GitHub
parent 996f2f3c22
commit 9e9ea3f43d

View File

@@ -1,5 +1,5 @@
<template> <template>
<Modal v-bind="getBindValue" @cancel="handleCancel"> <Modal v-bind="getBindValue">
<template #closeIcon v-if="!$slots.closeIcon"> <template #closeIcon v-if="!$slots.closeIcon">
<ModalClose <ModalClose
:canFullscreen="getProps.canFullscreen" :canFullscreen="getProps.canFullscreen"