why does the shell list never show
This commit is contained in:
		@@ -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('⬛')];
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user