fixed #3506
This commit is contained in:
parent
bbf4ee223f
commit
5528967c63
2 changed files with 6 additions and 3 deletions
|
@ -307,8 +307,10 @@
|
|||
this.updatePos();
|
||||
},
|
||||
value (val) {
|
||||
this.currentIndex = val;
|
||||
this.trackIndex = val;
|
||||
// this.currentIndex = val;
|
||||
// this.trackIndex = val;
|
||||
this.updateTrackIndex(val);
|
||||
this.setAutoplay();
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue