From 6c2faf1039db50575d678b488ad341ff125edd39 Mon Sep 17 00:00:00 2001 From: Rafi Date: Wed, 19 Apr 2023 18:11:07 +0800 Subject: [PATCH] feat(editor): Add a file upload component. --- components/Conversation.vue | 1 + components/editorTools/UploadFile.vue | 89 +++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 components/editorTools/UploadFile.vue diff --git a/components/Conversation.vue b/components/Conversation.vue index adc8271..7aa38c4 100644 --- a/components/Conversation.vue +++ b/components/Conversation.vue @@ -253,6 +253,7 @@ onNuxtReady(() => { color="transparent" > + diff --git a/components/editorTools/UploadFile.vue b/components/editorTools/UploadFile.vue new file mode 100644 index 0000000..a0f45de --- /dev/null +++ b/components/editorTools/UploadFile.vue @@ -0,0 +1,89 @@ + + + + + \ No newline at end of file