fix(design): input slot 出错
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user