Browse Source

修改footer点击失效

pull/19/head
zyronon 4 years ago
parent
commit
c06484e0cd
  1. 2
      src/components/Video.vue

2
src/components/Video.vue

@ -230,7 +230,7 @@ export default {
let video = this.$refs.video let video = this.$refs.video
video.currentTime = this.currentTime video.currentTime = this.currentTime
video.play() video.play()
this.$stopPropagation(e) // this.$stopPropagation(e)
}, },
} }

Loading…
Cancel
Save