From fc1d02b9ea32e5bc88e375cbcc3efd961119f657 Mon Sep 17 00:00:00 2001 From: FacerAin Date: Fri, 11 Aug 2023 01:57:46 +0900 Subject: [PATCH] feat: add upload and download --- src/components/dashboard/MainBottom.vue | 88 +++++++++++++++++++++++++ src/views/dashboard/index.vue | 4 ++ 2 files changed, 92 insertions(+) create mode 100644 src/components/dashboard/MainBottom.vue diff --git a/src/components/dashboard/MainBottom.vue b/src/components/dashboard/MainBottom.vue new file mode 100644 index 0000000..6b43b17 --- /dev/null +++ b/src/components/dashboard/MainBottom.vue @@ -0,0 +1,88 @@ + + + + diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 6339038..c1eb6f5 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -16,6 +16,9 @@ + + + @@ -23,6 +26,7 @@