Template
id what this is
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -40,11 +40,6 @@ async function deleteWord() {
|
||||
word.loading = false;
|
||||
}
|
||||
}
|
||||
onMounted(() => {
|
||||
setInterval(() => {
|
||||
console.log(disabled.value);
|
||||
}, 1000);
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user