iOS click-outside fix

This commit is contained in:
Роман Ковжогин 2018-12-21 10:18:59 +03:00
parent 97b5319192
commit 69c2de7a91
11 changed files with 709 additions and 677 deletions

View file

@ -2,6 +2,7 @@
<div
:class="wrapperClasses"
v-click-outside:mousedown.capture="handleClose"
v-click-outside:touchstart.capture="handleClose"
v-click-outside.capture="handleClose"
>
<div ref="reference" :class="[prefixCls + '-rel']">