AAAAAAAAAAA

This commit is contained in:
2025-09-14 19:29:58 +02:00
parent 5ad8402cfb
commit da735935e9
11 changed files with 849 additions and 21 deletions

View File

@@ -48,7 +48,7 @@ import { useRouter } from 'vue-router'
const router = useRouter()
const $q = useQuasar();
const gameID = ref();
const gameID = ref(null);
const gameCreator = ref(null);
const gamePlayers = ref([]);
const user = ref({ username:"", id:0 });