Better cards stacks and discard view
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user