From 906679fc118c76acdecb4580ede6c031ef442f95 Mon Sep 17 00:00:00 2001 From: timeTable2 dev Date: Mon, 13 Jul 2026 18:39:15 +0800 Subject: [PATCH] feat: add DropZone and App layout skeleton --- src/App.vue | 45 +++++++++++++++-- src/components/DropZone.vue | 99 +++++++++++++++++++++++++++++++++++++ 2 files changed, 141 insertions(+), 3 deletions(-) create mode 100644 src/components/DropZone.vue diff --git a/src/App.vue b/src/App.vue index f356e3b..f87b19a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,48 @@ + + diff --git a/src/components/DropZone.vue b/src/components/DropZone.vue new file mode 100644 index 0000000..6767571 --- /dev/null +++ b/src/components/DropZone.vue @@ -0,0 +1,99 @@ + + + + +