riku
2024-04-19 ce51d7719b4d908da5577751f0c840fab5d1a39e
src/composables/timer.js
@@ -38,5 +38,5 @@
    count.value = 0;
  }
  return { time, startTimer, pauseTimer, stopTimer, running };
  return { time, startTimer, pauseTimer, stopTimer, running, count };
}