aboutsummaryrefslogtreecommitdiff
path: root/src/components/still-image/still-image.js
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-02-02 14:11:36 -0500
committertaehoon <th.dev91@gmail.com>2019-02-02 14:11:36 -0500
commit95b735ff7244a44c61034be1c1e927f2fef3798e (patch)
tree4e05a0af7d9f662fa29ee2c959c225da6d50c98d /src/components/still-image/still-image.js
parent815b9d239145d29c9c2472a5abd1a9d1fb653903 (diff)
Show placeholder image if avatar image url is broken
Diffstat (limited to 'src/components/still-image/still-image.js')
-rw-r--r--src/components/still-image/still-image.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/still-image/still-image.js b/src/components/still-image/still-image.js
index 5ad06dc2..8f3a7206 100644
--- a/src/components/still-image/still-image.js
+++ b/src/components/still-image/still-image.js
@@ -2,7 +2,8 @@ const StillImage = {
props: [
'src',
'referrerpolicy',
- 'mimetype'
+ 'mimetype',
+ 'imageLoadError'
],
data () {
return {