Ajout de la card Timer pour créer un chronomètre de jeu

This commit is contained in:
2024-04-05 14:29:08 +02:00
parent 080601b792
commit 96b7b1cbd7
3 changed files with 111 additions and 16 deletions

View File

@ -1,15 +0,0 @@
<template>
<v-container>
<v-btn @click="update"></v-btn>
</v-container>
</template>
<script setup>
import { ref} from 'vue'; // Import des fonctions de Vue 3
import variables from '@/variables.js';
function update() {
variables.RedScore = '10'
}
</script>