Skip to content

Commit cdbf89a

Browse files
authored
Fix:修复imagepreview组件,滑动时弹窗出现关闭现象 (#1761)
* fix: 修复BackTop demo页面按钮被遮挡样式问题 * fix: 修复navbar和tabbar组件文档格式问题&tabbar demo ts 声明问题 * fix: 修复tabbar,to、href同时存在出现的代码执行顺序问题 &  文档说明更新 * feat: dialog 组件增加自定义 class / style 功能 * fix: web端demo滑动过程中出现弹窗关闭 Co-authored-by: xushunfa459 <[email protected]>
1 parent 727c0fe commit cdbf89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/__VUE/imagepreview/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pop-class="custom-pop"
44
v-model:visible="showPop"
55
:isWrapTeleport="isWrapTeleport"
6-
@click="onClose"
6+
@closed="onClose"
77
style="width: 100%"
88
lock-scroll
99
>

0 commit comments

Comments
 (0)