From 095cbdb7daf25e925ba35281f99868875ed88f4b Mon Sep 17 00:00:00 2001 From: hulinneil <1289739946@qq.com> Date: Wed, 14 Nov 2018 20:10:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=A1=B6=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=20click=20=E4=BA=8B=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E5=86=92=E6=B3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/hello-uniapp/components/tab-nvue/mediaList.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/hello-uniapp/components/tab-nvue/mediaList.vue b/examples/hello-uniapp/components/tab-nvue/mediaList.vue index 79de80a7..5b3358ad 100644 --- a/examples/hello-uniapp/components/tab-nvue/mediaList.vue +++ b/examples/hello-uniapp/components/tab-nvue/mediaList.vue @@ -50,7 +50,6 @@ methods: { close(e) { this.$emit('close'); - e.stopPropagation(); }, bindClick() { this.$emit('click'); -- GitLab