Skip to content

Commit

Permalink
feat: Line break timer
Browse files Browse the repository at this point in the history
  • Loading branch information
s3xysteak committed Oct 31, 2024
1 parent a1bd4ef commit c0bf3f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ function onReset() {
<button btn @click="onReset">
reset
</button>

<p text-lg>
{{ formatted }}
</p>
</div>

<p text-lg>
{{ formatted }}
</p>

<div flex="~ col gap-y-1" mb-6xl select-none @contextmenu.prevent>
<MineSweeper ref="mineSweeper" :options @reset="reset" @start="start" @end="pause" />
</div>
Expand Down

0 comments on commit c0bf3f7

Please sign in to comment.