Commit a442211e494a95714675cbf4e1df35d80cb42607
Committed by
GitHub

1 parent
8bef3364
remove Poptip touch event
unnecessary
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
src/components/poptip/poptip.vue
@@ -3,8 +3,7 @@ | @@ -3,8 +3,7 @@ | ||
3 | :class="classes" | 3 | :class="classes" |
4 | @mouseenter="handleMouseenter" | 4 | @mouseenter="handleMouseenter" |
5 | @mouseleave="handleMouseleave" | 5 | @mouseleave="handleMouseleave" |
6 | - v-click-outside="handleClose" | ||
7 | - v-click-outside:touchstart="handleClose"> | 6 | + v-click-outside="handleClose"> |
8 | <div | 7 | <div |
9 | :class="[prefixCls + '-rel']" | 8 | :class="[prefixCls + '-rel']" |
10 | ref="reference" | 9 | ref="reference" |