[web] Lint source code

This commit is contained in:
Alain Nussbaumer 2024-03-24 21:44:30 +01:00
parent 581544207b
commit aa5ae7993a
3 changed files with 4 additions and 8 deletions

View File

@ -27,8 +27,7 @@
v-for="album in albums" v-for="album in albums"
:key="album.id" :key="album.id"
:item="album" :item="album"
> />
</list-item-album-spotify>
<VueEternalLoading v-if="offset < total" :load="load_next"> <VueEternalLoading v-if="offset < total" :load="load_next">
<template #loading> <template #loading>
<div class="columns is-centered"> <div class="columns is-centered">

View File

@ -11,8 +11,7 @@
v-for="album in new_releases" v-for="album in new_releases"
:key="album.id" :key="album.id"
:item="album" :item="album"
> />
</list-item-album-spotify>
</template> </template>
<template #footer> <template #footer>
<nav class="level"> <nav class="level">
@ -39,8 +38,7 @@
v-for="playlist in featured_playlists" v-for="playlist in featured_playlists"
:key="playlist.id" :key="playlist.id"
:item="playlist" :item="playlist"
> />
</list-item-playlist-spotify>
</template> </template>
<template #footer> <template #footer>
<nav class="level"> <nav class="level">

View File

@ -13,8 +13,7 @@
v-for="playlist in featured_playlists" v-for="playlist in featured_playlists"
:key="playlist.id" :key="playlist.id"
:item="playlist" :item="playlist"
> />
</list-item-playlist-spotify>
</template> </template>
</content-with-heading> </content-with-heading>
</div> </div>