编译报错调整代码

This commit is contained in:
wuteng 2026-03-20 14:52:12 +08:00
parent 11864bf6d6
commit c80c2f6af4

View File

@ -15,7 +15,7 @@
:headers="headers"
:file-list="fileList"
:on-preview="handlePictureCardPreview"
:class="{hide: this.fileList.length >= this.limit}"
:class="{hide: fileList.length >= limit}"
>
<i class="el-icon-plus"></i>
</el-upload>