From d00d85e54ff65750f0c9a097ec4b644866ad1ffa Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 27 六月 2025 17:29:43 +0800 Subject: [PATCH] 静安夜施管理功能(待完成) --- 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