fix transition on img

This commit is contained in:
2026-01-20 19:57:06 +00:00
parent 926f06dfe4
commit 90e978d256

View File

@@ -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>