fix: Image update error status

pull/19442/head
刘宏玺 2020-05-18 16:52:40 +08:00 committed by GitHub
parent 49d367e993
commit f89fa65442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
this.imageWidth = img.width;
this.imageHeight = img.height;
this.loading = false;
this.error = false;
},
handleError(e) {
this.loading = false;