@@ -92,8 +93,8 @@ const hover = ref(false)
active &&
!hover
"
- :icon="isPlaying && active && hover ? 'bi-play-fill' : 'bi-pause-fill'"
- :class="[{ paused: isPlaying && active && hover }, 'ui', 'play-button']"
+ ghost
+ icon="bi-play-fill"
/>
-
-
@@ -144,67 +143,62 @@ const hover = ref(false)
>
-
-
+
+ {{ track.title }}
+
+
-
-
-