mirror of https://github.com/ElemeFE/element
fix: prefix show
parent
290e68ea6a
commit
652580f74d
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue