Dynamically update the button in the playlist page

This commit is contained in:
Bnyro
2023-01-06 21:05:05 +01:00
parent 8e3d3d5061
commit 031fa6e45e
3 changed files with 34 additions and 5 deletions

View File

@@ -59,10 +59,10 @@
:title="playlist.name"
v-text="playlist.name"
/>
<div class="flex items-center">
<a :href="playlist.uploaderUrl" class="flex items-center">
<img class="rounded-full w-32px h-32px" :src="playlist.uploaderAvatar" />
<span class="ml-3" v-text="playlist.uploader" />
</div>
<span class="ml-3 hover:underline" v-text="playlist.uploader" />
</a>
</router-link>
</div>
<br />