Merge pull request #207 from cshaptx4869/patch-107

fix(Upload): 🐛 去除单图片上传无用的v-model绑定
This commit is contained in:
Ray Hao
2025-09-23 10:59:27 +08:00
committed by GitHub

View File

@@ -1,7 +1,6 @@
<!-- 单图上传组件 -->
<template>
<el-upload
v-model="modelValue"
class="single-upload"
list-type="picture-card"
:show-file-list="false"