fix(front): inline artist credit list
This commit is contained in:
parent
f502cd25eb
commit
0408668a4a
|
@ -49,7 +49,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original
|
|||
:album="album"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<Layout flex>
|
||||
<template
|
||||
v-for="ac in album.artist_credit"
|
||||
:key="ac.artist.id"
|
||||
|
@ -62,6 +62,7 @@ const imageUrl = computed(() => props.album.cover?.urls.original
|
|||
</Link>
|
||||
<span>{{ ac.joinphrase }}</span>
|
||||
</template>
|
||||
</Layout>
|
||||
|
||||
<template #footer>
|
||||
<span v-if="album.release_date">
|
||||
|
|
Loading…
Reference in New Issue