From 9ac3228f5d4f16d73adcbd32ca3a24451db619ba Mon Sep 17 00:00:00 2001 From: vikingowl Date: Sun, 27 Mar 2022 14:56:09 +0200 Subject: [PATCH] updated MatchChat --- package.json | 1 + src/components/MatchChatHistory.vue | 109 ++++++++++++------------- src/components/TranslateChatButton.vue | 25 +++--- src/stores/matchDetails.ts | 4 +- 4 files changed, 67 insertions(+), 72 deletions(-) diff --git a/package.json b/package.json index a58359a..f318db3 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.7", "scripts": { "dev": "vite", + "host": "vite --host", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview --port 5050", "typecheck": "vue-tsc --noEmit", diff --git a/src/components/MatchChatHistory.vue b/src/components/MatchChatHistory.vue index 77a8fde..c8f8486 100644 --- a/src/components/MatchChatHistory.vue +++ b/src/components/MatchChatHistory.vue @@ -1,43 +1,42 @@