fix transition on img
This commit is contained in:
@@ -46,6 +46,7 @@ onUnmounted(() => {
|
|||||||
<div
|
<div
|
||||||
v-if="song"
|
v-if="song"
|
||||||
@click="nextSong"
|
@click="nextSong"
|
||||||
|
:key="song.track.id"
|
||||||
class="flex-col center-content center-text"
|
class="flex-col center-content center-text"
|
||||||
>
|
>
|
||||||
<h2>Listening To</h2>
|
<h2>Listening To</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user