APlayer内部组件ts改造
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
:volume="audioVolume"
|
||||
:muted="isAudioMuted"
|
||||
:theme="currentTheme"
|
||||
:showList="showList"
|
||||
:isMobile="isMobile"
|
||||
@toggleshuffle="shouldShuffle = !shouldShuffle"
|
||||
@togglelist="showList = !showList"
|
||||
@togglemute="toggleMute"
|
||||
@@ -490,7 +492,6 @@
|
||||
},
|
||||
onProgressDragEnd (val) {
|
||||
this.isSeeking = false
|
||||
|
||||
if (this.wasPlayingBeforeSeeking) {
|
||||
this.thenPlay()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user