From 3c527f1841c0114cefb5d3e76ba12f566de6d829 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Fri, 2 Sep 2022 18:19:40 +0300 Subject: [PATCH] redesign playlist card --- src/components/PlaylistsList/PlaylistCard.vue | 41 +++++++++++++++---- src/views/PlaylistList.vue | 16 ++++---- 2 files changed, 41 insertions(+), 16 deletions(-) diff --git a/src/components/PlaylistsList/PlaylistCard.vue b/src/components/PlaylistsList/PlaylistCard.vue index 0254fe9b..e0940037 100644 --- a/src/components/PlaylistsList/PlaylistCard.vue +++ b/src/components/PlaylistsList/PlaylistCard.vue @@ -2,10 +2,14 @@ - -
+ +
+
{{ playlist.name }}
+
{{ playlist.count }} Tracks
+
+