From ebae0d9170abbad5fc509924e0f517bb2295c663 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 1 Apr 2025 12:48:17 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=20socket=20=E0=B9=81=E0=B8=88=E0=B9=89=E0=B8=87=E0=B9=80?= =?UTF-8?q?=E0=B8=95=E0=B8=B7=E0=B8=AD=E0=B8=99=20backup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 6 ++++++ src/api/socket.ts | 7 +++++++ src/app.config.ts | 6 ++++++ src/stores/socket.ts | 48 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 67 insertions(+) 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 4295c365..86ed1cdc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,10 @@