♠♣♦♥
All checks were successful
Deploy App / build (push) Successful in 2m29s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-10-11 09:56:14 +02:00
parent 2135b0fec6
commit 4d424eee54
4 changed files with 33 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
{{ Math.round(currentTime) }}
{{ Math.round(currentProgression) }}%
</p> -->
{{ playerStore.currentTrack?.url }}
<audio ref="audioRef" class="w-full" :src="playerStore.currentTrack?.url || ''" controls />
</div>
</template>