fix(front): remove duplicate taglist in artistcard
This commit is contained in:
parent
b0ef62498d
commit
5fd01b8285
|
@ -52,14 +52,6 @@ const imageUrl = computed(() => cover.value?.urls.original
|
||||||
:to="{name: 'library.artists.detail', params: {id: artist.id}}"
|
:to="{name: 'library.artists.detail', params: {id: artist.id}}"
|
||||||
>
|
>
|
||||||
|
|
||||||
<TagsList
|
|
||||||
label-classes="tiny"
|
|
||||||
:truncate-size="20"
|
|
||||||
:limit="2"
|
|
||||||
:show-more="false"
|
|
||||||
:tags="artist.tags"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<template #action>
|
<template #action>
|
||||||
<Spacer :size="8" />
|
<Spacer :size="8" />
|
||||||
<i class="bi bi-music-note-list" />
|
<i class="bi bi-music-note-list" />
|
||||||
|
|
Loading…
Reference in New Issue