hide rich media preview image in case of broken image
This commit is contained in:
parent
17dc7357d5
commit
bb9cee84a3
2 changed files with 15 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
rel="noopener"
|
||||
>
|
||||
<div
|
||||
v-if="useImage"
|
||||
v-if="useImage && imageLoaded"
|
||||
class="card-image"
|
||||
:class="{ 'small-image': size === 'small' }"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue