Unverified Commit 2dc0717e authored by test's avatar test Committed by GitHub

u-image组件

fix: 修复u-image组件的src属性, 先传入空值再传入非空值时,无法触发loading效果的bug
parents 646d91b0 1a1cd247
......@@ -172,6 +172,7 @@ export default {
this.loading = false;
} else {
this.isError = false;
this.loading = true;
}
}
}
......
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