From 58e083c8798bc91735efa39018f1e2dbf8ad7ba0 Mon Sep 17 00:00:00 2001 From: Robbe Van Petegem Date: Mon, 25 Jan 2021 19:02:41 +0100 Subject: [PATCH] Provide image fallback if image is unavailable --- src/components/AlbumCard.vue | 24 ++++++++++++++++++++++-- src/components/ArtistCard.vue | 24 ++++++++++++++++++++++-- src/views/albums/Album.vue | 26 ++++++++++++++++++++++++-- src/views/artists/Artist.vue | 26 ++++++++++++++++++++++++-- 4 files changed, 92 insertions(+), 8 deletions(-) diff --git a/src/components/AlbumCard.vue b/src/components/AlbumCard.vue index 912f258d..9df3f1bc 100644 --- a/src/components/AlbumCard.vue +++ b/src/components/AlbumCard.vue @@ -1,7 +1,17 @@