From 60d101609b0359791263ecd4ef4a2708b96cf264 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 27 Sep 2020 22:03:32 -0600 Subject: [PATCH] Add PlayerJoin event listener --- src/views/Lobby.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/Lobby.vue b/src/views/Lobby.vue index a5cf209..657ea79 100644 --- a/src/views/Lobby.vue +++ b/src/views/Lobby.vue @@ -22,6 +22,9 @@ export default { players: [] }}, methods: {}, + sockets: { + PlayerJoin() {}, + }, }