From 96af643ecf4e27d471cbb6d477d3192451db9781 Mon Sep 17 00:00:00 2001 From: JacobLinCool Date: Wed, 13 Jul 2022 23:55:02 +0800 Subject: [PATCH] feat: ws client --- src/App.vue | 49 ++++++++++++++++++++++++++++++++++++++++++++----- src/gobang.ts | 2 +- src/ws.ts | 3 +++ 3 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 src/ws.ts diff --git a/src/App.vue b/src/App.vue index 3a84496..0f2180a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,13 @@