place anothr console for debug
This commit is contained in:
parent
8305de30d7
commit
4d9299361d
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ let CorrectWord = generate({
|
|||
minLength: WordLegnth.v,
|
||||
maxLength: WordLegnth.v,
|
||||
});
|
||||
console.log("CorrectWord: ", CorrectWord);
|
||||
|
||||
export let words = $state({ v: [] });
|
||||
export let CurrentWord = $state({ v: [] });
|
||||
export let keys = $state({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue