From 1caeafba096914625745c3a687c8551c4104a4f2 Mon Sep 17 00:00:00 2001 From: keven1024 Date: Fri, 18 Apr 2025 23:49:01 +0800 Subject: [PATCH] feat(front): update VeeForm to use v-slot for better slot binding and add TextShareDrawer component for sharing functionalities --- front/components/Drawer/TextShareDrawer.vue | 45 +++++++++++++++++++++ front/components/VeeForm.vue | 4 +- 2 files changed, 47 insertions(+), 2 deletions(-) create mode 100644 front/components/Drawer/TextShareDrawer.vue diff --git a/front/components/Drawer/TextShareDrawer.vue b/front/components/Drawer/TextShareDrawer.vue new file mode 100644 index 0000000..73e1042 --- /dev/null +++ b/front/components/Drawer/TextShareDrawer.vue @@ -0,0 +1,45 @@ + + diff --git a/front/components/VeeForm.vue b/front/components/VeeForm.vue index 8bb9f12..d6e4af4 100644 --- a/front/components/VeeForm.vue +++ b/front/components/VeeForm.vue @@ -1,6 +1,6 @@