From 7aa8aeba3f97aece281b6814fe90d8cb07510823 Mon Sep 17 00:00:00 2001 From: webfansplz <308241863@qq.com> Date: Tue, 17 Jan 2023 20:49:40 +0800 Subject: [PATCH] chore: add cursor pointer for input element (#1248) --- components/status/StatusPoll.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/status/StatusPoll.vue b/components/status/StatusPoll.vue index 3cf91f8e..4ad4ec3a 100644 --- a/components/status/StatusPoll.vue +++ b/components/status/StatusPoll.vue @@ -46,7 +46,7 @@ const votersCount = $computed(() => poll.votersCount ?? poll.votesCount ?? 0)