id what this is

This commit is contained in:
2025-01-11 10:24:56 +01:00
parent 201381342c
commit 8223ca5166
12 changed files with 232 additions and 9 deletions
+1
View File
@@ -41,6 +41,7 @@ const currentGames = computed(() => {
<div id="links">
<NuxtLink to="/">Home</NuxtLink>
<NuxtLink to="/words">Words</NuxtLink>
<NuxtLink to="/concepts">Concepts</NuxtLink>
</div>
<div id="games">
-5
View File
@@ -40,11 +40,6 @@ async function deleteWord() {
word.loading = false;
}
}
onMounted(() => {
setInterval(() => {
console.log(disabled.value);
}, 1000);
});
</script>
<template>