Commit f89fa654 authored by 刘宏玺's avatar 刘宏玺 Committed by GitHub

fix: Image update error status

parent 49d367e9
......@@ -149,6 +149,7 @@
this.imageWidth = img.width;
this.imageHeight = img.height;
this.loading = false;
this.error = false;
},
handleError(e) {
this.loading = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment