fix: repeat button title issue #77

This commit is contained in:
qier222 2020-12-09 13:13:46 +08:00
parent 771c3e35da
commit a89fa61162
3 changed files with 8 additions and 2 deletions

View file

@ -76,7 +76,11 @@
><svg-icon icon-class="list"
/></button-icon>
<button-icon
:title="$t('player.repeat')"
:title="
player.repeat === 'one'
? $t('player.repeatTrack')
: $t('player.repeat')
"
@click.native="repeat"
:class="{ active: player.repeat !== 'off' }"
>