Skip to content

Commit

Permalink
fix: 修复弹窗全屏按钮异常关闭的问题(vbenjs#1177) (vbenjs#1182)
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis1024 authored Sep 9, 2021
1 parent 996f2f3 commit 9e9ea3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/src/BasicModal.vue
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9e9ea3f

Please sign in to comment.