mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
fix(design): input slot 出错
This commit is contained in:
parent
b965e66440
commit
d2eaecfaab
@ -6,7 +6,10 @@
|
||||
@input="inputHandler"
|
||||
@update:modelValue="updateModelValue"
|
||||
>
|
||||
<template #append v-if="$slots.prepend">
|
||||
<template #prepend v-if="$slots.prepend">
|
||||
<slot name="prepend"></slot>
|
||||
</template>
|
||||
<template #append v-if="$slots.append">
|
||||
<slot name="append"></slot>
|
||||
</template>
|
||||
</component>
|
||||
|
Loading…
x
Reference in New Issue
Block a user