Commit a442211e494a95714675cbf4e1df35d80cb42607

Authored by Aresn
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 3 :class="classes"
4 4 @mouseenter="handleMouseenter"
5 5 @mouseleave="handleMouseleave"
6   - v-click-outside="handleClose"
7   - v-click-outside:touchstart="handleClose">
  6 + v-click-outside="handleClose">
8 7 <div
9 8 :class="[prefixCls + '-rel']"
10 9 ref="reference"
... ...