fix: prefix show

pull/22709/head
CN-litai 2023-10-19 15:20:39 +08:00
parent 290e68ea6a
commit 652580f74d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
@compositionend="handleComposition"
@mouseenter.native="inputHovering = true"
@mouseleave.native="inputHovering = false">
<template slot="prefix" v-if="$slots.prefix">
<template slot="prefix">
<slot name="prefix"></slot>
</template>
<template slot="suffix">