Skip to content

Commit

Permalink
move progress
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ctorGenesis committed Aug 27, 2023
1 parent 52c99f8 commit 67acd0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/BlocoDefinicoes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
<p>Tempo restante: {{ tempoRestante }} segundos</p>
</div>
</div>

<progress></progress>
</template>

<script setup>
Expand Down Expand Up @@ -61,7 +63,7 @@ async function contagemRegressiva() {
if (estado.souMediador) {
db.set(`salas/${estado.sala.id}/etapa`, "votacao");
}
<progress></progress>;

}
</script>

Expand Down

0 comments on commit 67acd0a

Please sign in to comment.