fix: bugs

This commit is contained in:
qier222 2021-01-20 14:02:03 +08:00
parent 3822b498a1
commit b2f758f0c4
11 changed files with 40 additions and 67 deletions

View file

@ -3,7 +3,7 @@
class="track"
:class="trackClass"
:style="trackStyle"
:title="track.reason"
:title="showUnavailableSongInGreyStyle ? track.reason : ''"
@mouseover="hover = true"
@mouseleave="hover = false"
>
@ -147,6 +147,9 @@ export default {
this.isMenuOpened
);
},
showUnavailableSongInGreyStyle() {
return this.$store.state.settings.showUnavailableSongInGreyStyle;
},
},
methods: {
goToAlbum() {