style: playlsits

This commit is contained in:
valere
2024-12-30 12:30:39 +01:00
parent 480e8f008c
commit 8541050011
10 changed files with 1593 additions and 21 deletions

View File

@@ -1,12 +1,7 @@
<template>
<section>
<div v-for="playlist in playlists.files" class="text-white">
<NuxtLink :to="'/playlists/' + playlist"
class="compilation mx-auto p-4 inline-flex hover:bg-esyellow hover:text-black">
{{ playlist }}
</NuxtLink>
<div v-for="playlist in playlists.files" class="w-44">
<playlistObject :playlist="playlist" template="full" />
</div>
</section>
</template>
<script setup lang="ts">