From 0c6f43da64c0bcff56b928f5b67b6ac74208a318 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Fri, 18 Jul 2025 09:48:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=96=B7=E6=B6=82=E5=80=92=E8=AE=A1?= =?UTF-8?q?=E6=97=B6:=E6=9A=82=E5=81=9C=E5=81=9C=E6=AD=A2=E8=AE=A1?= =?UTF-8?q?=E6=97=B6,=E6=81=A2=E5=A4=8D=E7=BB=A7=E7=BB=AD=E8=AE=A1?= =?UTF-8?q?=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/spray/Countdown/index.vue | 5 +++++ src/views/spray/index.vue | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/spray/Countdown/index.vue b/src/components/spray/Countdown/index.vue index 6eef95c..03a91a4 100644 --- a/src/components/spray/Countdown/index.vue +++ b/src/components/spray/Countdown/index.vue @@ -85,6 +85,11 @@ watch( }, { immediate: true }, ) + +defineExpose({ + startTimer, + stopTimer, +})