Merge pull request #66 from njzydark/patch-1

fix(album): page open error
master
qier222 4 years ago committed by GitHub
commit 08ca1193f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@
:iconButton="true"
:horizontalPadding="0"
color="grey"
:textColor="playlist.subscribed ? '#335eea' : ''"
:textColor="dynamicDetail.isSub ? '#335eea' : ''"
@click.native="likeAlbum"
>
</ButtonTwoTone>

Loading…
Cancel
Save