编译报错调整代码
This commit is contained in:
parent
11864bf6d6
commit
c80c2f6af4
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user