Better cards stacks and discard view

This commit is contained in:
2024-05-01 15:41:57 +02:00
parent c5380ea89c
commit b56e11f509
6 changed files with 134 additions and 164 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import goStore from '@/netcode';
<div v-for="[k, l] in goStore.players">
<PlayerSlot :player="l" v-if="l !== goStore.self" :key="k" />
</div>
<SelfView v-if="goStore.self" :player="goStore.self"></SelfView>
<SelfView v-if="goStore.self"></SelfView>
</template>