remove Dropdown touch event

unnecessary
This commit is contained in:
Aresn 2019-04-09 09:42:09 +08:00 committed by GitHub
parent 6c926d0a0d
commit 8bef336453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
<div
:class="[prefixCls]"
v-click-outside="onClickoutside"
v-click-outside:touchstart="onClickoutside"
@mouseenter="handleMouseenter"
@mouseleave="handleMouseleave">
<div :class="relClasses" ref="reference" @click="handleClick" @contextmenu.prevent="handleRightClick"><slot></slot></div>