This commit is contained in:
ln1778 2024-09-03 10:34:56 +08:00
parent 9c3de1ec85
commit b378f846a8
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@
ref="apinputref" ref="apinputref"
:style="{ width }" :style="{ width }"
v-bind="$attrs" v-bind="$attrs"
v-on="$listeners" v-on="$listeners"
> >
<slot v-for="(_,name) in $slots" :name="name" :slot="name"> </slot> <slot v-for="(_,name) in $slots" :name="name" :slot="name"> </slot>
</el-input> </el-input>