AAAAAAAAAAA
This commit is contained in:
@@ -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 });
|
||||
|
||||
Reference in New Issue
Block a user