Browse Source

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

Francis Zuo 3 years ago
parent
commit
9e9ea3f43d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Modal/src/BasicModal.vue

+ 1 - 1
src/components/Modal/src/BasicModal.vue

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