why does the shell list never show
This commit is contained in:
parent
aa95695a11
commit
c6edf2a92c
@ -75,6 +75,7 @@ const shellList = computed(() => {
|
||||
}
|
||||
const l = [...Array(props.game.live).fill('🟥'), ...Array(props.game.blank).fill('🟦')];
|
||||
shuffle(l);
|
||||
console.log('compute shell list', props.game, l)
|
||||
return [...l, ...Array(8 - props.game.live - props.game.blank).fill('⬛')];
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user