mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-24 15:26:57 +08:00
style: Reformat with Prettier (#2296)
This commit is contained in:
parent
c9739b2d0e
commit
9809a758b4
|
@ -42,7 +42,9 @@
|
|||
:exclude="$parent.albumObject.artist.name"
|
||||
prefix="-"
|
||||
/></span>
|
||||
<span v-if="isAlbum && (track.mark & 1048576) === 1048576" class="explicit-symbol"
|
||||
<span
|
||||
v-if="isAlbum && (track.mark & 1048576) === 1048576"
|
||||
class="explicit-symbol"
|
||||
><ExplicitSymbol
|
||||
/></span>
|
||||
</div>
|
||||
|
|
|
@ -28,7 +28,9 @@
|
|||
<span v-else>Compilation by Various Artists</span>
|
||||
</div>
|
||||
<div class="date-and-count">
|
||||
<span v-if="(album.mark & 1048576) === 1048576" class="explicit-symbol"
|
||||
<span
|
||||
v-if="(album.mark & 1048576) === 1048576"
|
||||
class="explicit-symbol"
|
||||
><ExplicitSymbol
|
||||
/></span>
|
||||
<span :title="album.publishTime | formatDate">{{
|
||||
|
|
Loading…
Reference in New Issue
Block a user