wrap market and player list in containers

This commit is contained in:
2024-05-24 12:14:37 +02:00
parent 90ed8a6211
commit 66b6cc61e9
6 changed files with 46 additions and 27 deletions
-1
View File
@@ -18,7 +18,6 @@ import goStore, { setReady } from "@/netcode";
<LoginView v-if="goStore.context === 'login'"></LoginView>
<GameBoard v-if="goStore.context != 'lobby' && goStore.context != 'login'"></GameBoard>
<LobbyView v-if="goStore.context == 'lobby'"></LobbyView>
<RulesDisplay v-if="goStore.context == 'rules'"></RulesDisplay>
</div>
</template>