hcong
2024-11-12 2527a643d7ac70c7a4742b297972d46c8b1495a4
src/composables/timer.js
@@ -38,5 +38,5 @@
    count.value = 0;
  }
  return { time, startTimer, pauseTimer, stopTimer, running };
  return { time, startTimer, pauseTimer, stopTimer, running, count };
}