From 31312d175491081cd178079f11bf77d3b40b67e8 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Fri, 30 Dec 2022 11:48:38 +0300 Subject: [PATCH] fix heart button reactivity on songitem --- src/components/shared/SongItem.vue | 25 +++++++++++++++---------- src/utils/useCreateTrackProps.ts | 1 + src/views/AlbumView/index.vue | 7 +++---- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/components/shared/SongItem.vue b/src/components/shared/SongItem.vue index 3971615d..db13bda7 100644 --- a/src/components/shared/SongItem.vue +++ b/src/components/shared/SongItem.vue @@ -14,7 +14,7 @@ {{ index }}
- +
@@ -29,7 +29,7 @@
- + {{ track.title }} @@ -70,7 +70,7 @@