Skip to content

Commit 6239f74

Browse files
feat: popup 在Taro中遮罩层滑动问题解决 (#1338)
* feat: popup 在 Taro 中遮罩层底部滑动(#1282)
1 parent 344b830 commit 6239f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/__VUE/popup/index.taro.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<view>
2+
<view :catch-move="lockScroll">
33
<nut-overlay
44
v-if="overlay"
55
:visible="visible"

0 commit comments

Comments
 (0)