Skip to content

Commit

Permalink
fix: Image update error status
Browse files Browse the repository at this point in the history
  • Loading branch information
lhx6538665 authored and BANKA2017 committed Mar 16, 2021
1 parent 92f2f0a commit bb3b723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/image/src/main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
this.imageWidth = img.width;
this.imageHeight = img.height;
this.loading = false;
this.error = false;
},
handleError(e) {
this.loading = false;
Expand Down

0 comments on commit bb3b723

Please sign in to comment.