fix: bugs

This commit is contained in:
qier222 2021-05-17 19:20:21 +08:00
parent 5b6619d1de
commit 6ce9055484
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
7 changed files with 10 additions and 33 deletions

View file

@ -11,7 +11,7 @@
<vue-slider
v-model="player.progress"
:min="0"
:max="player.currentTrackDuration + 1"
:max="player.currentTrackDuration"
:interval="1"
:drag-on-click="true"
:duration="0"
@ -19,6 +19,7 @@
:height="2"
:tooltip-formatter="formatTrackTime"
:lazy="true"
:silent="true"
></vue-slider>
</div>
<div class="controls">