From c06484e0cd5c6dfbca46d32f15d1d715c29044d4 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 26 Jun 2021 02:45:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9footer=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Video.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Video.vue b/src/components/Video.vue index 42eb408..8043f78 100644 --- a/src/components/Video.vue +++ b/src/components/Video.vue @@ -230,7 +230,7 @@ export default { let video = this.$refs.video video.currentTime = this.currentTime video.play() - this.$stopPropagation(e) + // this.$stopPropagation(e) }, }