Integrate SignalR for game session management and clean up unused local game logic.
This commit is contained in:
@@ -17,7 +17,7 @@ const currentSelection = ref(null)
|
||||
<Field
|
||||
v-model:current-selection-index="currentSelection"
|
||||
:gameState="game.field"
|
||||
@clickOnGameField="game.place(currentSelection)"
|
||||
@clickOnGameField=""
|
||||
></Field>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user