Skip to content

Commit

Permalink
fix: 后缀图标不显示
Browse files Browse the repository at this point in the history
  • Loading branch information
yt0379 committed Sep 8, 2020
1 parent 99e828a commit 9e981ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@
@mouseenter.native="inputHovering = true"
@mouseleave.native="inputHovering = false"
>
<template slot="prefix" v-if="$slots.prefix">
<template v-slot:prefix v-if="$slots.prefix">
<slot name="prefix"></slot>
</template>
<template slot="suffix">
<template v-slot:suffix>
<i
v-show="!showClose"
:class="[
Expand Down

0 comments on commit 9e981ec

Please sign in to comment.