From 0c315eed8ae879092745d6d2d53e689f26e55a61 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 1 Apr 2025 12:50:30 +0700 Subject: [PATCH 1/6] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88?= =?UTF-8?q?=E0=B8=A1=20socket=20=20=E0=B9=81=E0=B8=88=E0=B9=89=E0=B8=87?= =?UTF-8?q?=E0=B9=80=E0=B8=95=E0=B8=B7=E0=B8=AD=E0=B8=99=E0=B8=AD=E0=B8=AD?= =?UTF-8?q?=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 ++++++++- src/api/socket.ts | 7 +++++++ src/app.config.ts | 6 ++++++ src/stores/socket.ts | 48 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 src/api/socket.ts create mode 100644 src/stores/socket.ts diff --git a/src/App.vue b/src/App.vue index ba0f91688..45da90b64 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,11 @@ - +