Skip to content

Commit

Permalink
fix: 手机端滑动不了
Browse files Browse the repository at this point in the history
  • Loading branch information
JDEast1029 committed Jul 2, 2021
1 parent c9f00ea commit 4193895
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/select/option.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
:class="{ 'is-select': isSelect, 'is-last': isLast }"
class="vc-select-option"
@click.stop="handleSelect"
@touchend.stop="handleSelect"
@mousedown.prevent
@touchstart.prevent
>
<slot>{{ formatterLabel }}</slot>
<vc-icon v-if="isSelect" type="correct" />
Expand Down

0 comments on commit 4193895

Please sign in to comment.