iOS click-outside fix
This commit is contained in:
parent
97b5319192
commit
69c2de7a91
11 changed files with 709 additions and 677 deletions
|
@ -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']">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue