diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index 381772ca..726b54b0 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -15,7 +15,7 @@ :headers="headers" :file-list="fileList" :on-preview="handlePictureCardPreview" - :class="{hide: this.fileList.length >= this.limit}" + :class="{hide: fileList.length >= limit}" >