This commit is contained in:
u2nyakim 2025-08-28 11:49:18 +08:00
parent c818caf193
commit dcbc18f040

View File

@ -25,7 +25,7 @@
<template v-else-if="props.type === 'switch'">
<el-switch
size="small"
:model-value="dataValue"
v-model="dataValue"
v-bind="itemBind"
/>
</template>