We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ecc62 commit 7bc7595Copy full SHA for 7bc7595
src/components/MoDrawer.vue
@@ -24,7 +24,7 @@ function handeContainerTouchMove(e: TouchEvent) {
24
let moveEndY = e.changedTouches[0].pageY
25
let Y = moveEndY - move //如果值为正,则代表手指下滑,反则则为上滑,为0则表示点击
26
if (Y > 0) {
27
- emit('close')
+ // emit('close')
28
}
29
30
</script>
0 commit comments