remove Cascader touch event
I have tested it. Cascader is ok by default in iOS, but it is not ok with touch event
This commit is contained in:
parent
73f5c9c49b
commit
383d21b78b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="classes" v-click-outside="handleClose" v-click-outside:touchstart="handleClose">
|
||||
<div :class="classes" v-click-outside="handleClose">
|
||||
<div :class="[prefixCls + '-rel']" @click="toggleOpen" ref="reference">
|
||||
<input type="hidden" :name="name" :value="currentValue">
|
||||
<slot>
|
||||
|
|
Loading…
Add table
Reference in a new issue