riku
2024-10-17 11dd07b4eda7c7c0e48f0b8c50f4af160c7b9714
src/composables/timer.js
@@ -38,5 +38,5 @@
    count.value = 0;
  }
  return { time, startTimer, pauseTimer, stopTimer, running };
  return { time, startTimer, pauseTimer, stopTimer, running, count };
}