Front rewrite
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<script setup lang="ts">
|
||||
import goStore from '@/netcode';
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div v-for="[k, l] in goStore.players">
|
||||
<PlayerSlot :player="l" v-if="l !== goStore.self" :key="k" />
|
||||
</div>
|
||||
<SelfView v-if="goStore.self"></SelfView>
|
||||
</template>
|
||||
Reference in New Issue
Block a user