diff options
| author | shpuld <shp@cock.li> | 2019-03-23 22:21:57 +0200 |
|---|---|---|
| committer | shpuld <shp@cock.li> | 2019-03-23 22:21:57 +0200 |
| commit | fd12263cacd2a869ad61dd8580f918b45d9b2a51 (patch) | |
| tree | c70c4e548923d97893ab6a875cc354cd6895f8e8 /src/components/user_avatar/user_avatar.js | |
| parent | 85584021fb1042a8934945d73f7d25b38f1c29d1 (diff) | |
| parent | f86a5dc80421f496a893efaa98f12f831da0adcb (diff) | |
merge develop in
Diffstat (limited to 'src/components/user_avatar/user_avatar.js')
| -rw-r--r-- | src/components/user_avatar/user_avatar.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/user_avatar/user_avatar.js b/src/components/user_avatar/user_avatar.js index e513b993..e6fed3b5 100644 --- a/src/components/user_avatar/user_avatar.js +++ b/src/components/user_avatar/user_avatar.js @@ -23,6 +23,11 @@ const UserAvatar = { imageLoadError () { this.showPlaceholder = true } + }, + watch: { + src () { + this.showPlaceholder = false + } } } |
