From a8198fba36cb2b13397af055d090cd7c3c5af5fe Mon Sep 17 00:00:00 2001 From: Kostya Date: Sun, 19 Nov 2023 15:50:14 +0300 Subject: [PATCH] refactor code for send and claim data msg --- .../src/components/WritechatComponent.vue | 15 ++------------- luckydiamond/src/mocks/ChatHistory.js | 3 --- luckydiamond/src/pages/ChatElement.vue | 19 +++++++++++++------ 3 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 luckydiamond/src/mocks/ChatHistory.js diff --git a/luckydiamond/src/components/WritechatComponent.vue b/luckydiamond/src/components/WritechatComponent.vue index 60fbee3..eab3f33 100644 --- a/luckydiamond/src/components/WritechatComponent.vue +++ b/luckydiamond/src/components/WritechatComponent.vue @@ -14,14 +14,13 @@