mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
This commit is contained in:
parent
7efe109c83
commit
752d7cb482
7 changed files with 20 additions and 9 deletions
|
|
@ -6,7 +6,12 @@
|
|||
:key="item.id"
|
||||
:class="{ artist: type === 'artist' }"
|
||||
>
|
||||
<Cover :imageUrl="getImageUrl(item)" :type="type" :id="item.id" />
|
||||
<Cover
|
||||
:imageUrl="getImageUrl(item)"
|
||||
:type="type"
|
||||
:id="item.id"
|
||||
:playButtonSize="type === 'artist' ? 26 : 22"
|
||||
/>
|
||||
<div class="text">
|
||||
<div class="info" v-if="showPlayCount">
|
||||
<span class="play-count"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue