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