From e0ff7da9c1a75c7d48b88bfefad907a8bb396199 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 26 Jun 2021 02:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BF=AE=E6=94=B9git?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Share.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Share.vue b/src/components/Share.vue index 364be9a..b5debc6 100644 --- a/src/components/Share.vue +++ b/src/components/Share.vue @@ -94,7 +94,6 @@ export default { closeShare() { this.$emit("update:is-sharing", false) // this.isSharing = false - console.log('关闭') } } }