From e76aac3b56d227c02df84e5616c5c86f0c3964b9 Mon Sep 17 00:00:00 2001 From: Chris <1633711653@qq.com> Date: Wed, 30 Nov 2022 14:35:12 +0800 Subject: [PATCH] fix: statusCard prevent event bubbling (#245) --- components/status/StatusPoll.vue | 2 +- composables/utils.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue index e72f6d84..99850c37 100644 --- a/components/status/StatusPoll.vue +++ b/components/status/StatusPoll.vue @@ -31,7 +31,7 @@ async function vote(e: Event) {