|
|
|
|
@ -104,8 +104,8 @@
|
|
|
|
|
<em>
|
|
|
|
|
{{formatTime(totalSeconds)}}
|
|
|
|
|
</em>
|
|
|
|
|
<button :disabled="running" @click="start">Start Timer</button>
|
|
|
|
|
<button :disabled="!running" @click="stop">Stop Timer</button>
|
|
|
|
|
<button :disabled="running" @click="start">Start</button>
|
|
|
|
|
<button :disabled="!running" @click="stop">Stop</button>
|
|
|
|
|
<button :disabled="running || totalSeconds === 0" @click="reset">Reset</button>
|
|
|
|
|
</div>
|
|
|
|
|
<form @submit="submit">
|
|
|
|
|
|