@@ -49,7 +49,7 @@ export default {
this.$refs.video[this.current_index].start();
},
stop : function() {
- this.$refs.video[this.current_index].stop();
+ this.$refs.video[this.current_index].stop(false);
changeVod : function(e) {
var self = this;