hcong
2024-09-27 49774b6f258cf4a348b60fe7aaf610d0ffd5b5f4
src/composables/timer.js
@@ -38,5 +38,5 @@
    count.value = 0;
  }
  return { time, startTimer, pauseTimer, stopTimer, running };
  return { time, startTimer, pauseTimer, stopTimer, running, count };
}