Unverified Commit 02f3c6be authored by itcastWsy's avatar itcastWsy Committed by GitHub

Fix: remove "this" on "u-image" style attr (#1257) (#1259)

Co-authored-by: 's avataruksir <yeah12639163@163.com>
parent 8956c655
......@@ -18,7 +18,7 @@
class="u-image__loading"
:style="{
borderRadius: shape == 'circle' ? '50%' : $u.addUnit(borderRadius),
backgroundColor: this.bgColor
backgroundColor: bgColor
}"
>
<slot v-if="$slots.loading" name="loading" />
......
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