mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
fix: bugs
This commit is contained in:
parent
5b6619d1de
commit
6ce9055484
7 changed files with 10 additions and 33 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue