mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
Merge pull request #66 from njzydark/patch-1
fix(album): page open error
This commit is contained in:
commit
08ca1193f8
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
:iconButton="true"
|
||||
:horizontalPadding="0"
|
||||
color="grey"
|
||||
:textColor="playlist.subscribed ? '#335eea' : ''"
|
||||
:textColor="dynamicDetail.isSub ? '#335eea' : ''"
|
||||
@click.native="likeAlbum"
|
||||
>
|
||||
</ButtonTwoTone>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue