From fab51ed95159ffb71d58030a0d9f303c36733add Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 24 十月 2024 08:45:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'supervisionVue/hc-dataAnalysis-1023'

---
 src/composables/timer.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/composables/timer.js b/src/composables/timer.js
index eec906a..e2fdf5f 100644
--- a/src/composables/timer.js
+++ b/src/composables/timer.js
@@ -38,5 +38,5 @@
     count.value = 0;
   }
 
-  return { time, startTimer, pauseTimer, stopTimer, running };
+  return { time, startTimer, pauseTimer, stopTimer, running, count };
 }

--
Gitblit v1.9.3