From f2f4503223a4a1fb1f86c69cbca4c09e0af51440 Mon Sep 17 00:00:00 2001 From: keven1024 Date: Fri, 18 Apr 2025 22:16:31 +0800 Subject: [PATCH] feat(front): add VeeForm component to encapsulate form structure using VeeValidate --- front/components/VeeForm.vue | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 front/components/VeeForm.vue diff --git a/front/components/VeeForm.vue b/front/components/VeeForm.vue new file mode 100644 index 0000000..8bb9f12 --- /dev/null +++ b/front/components/VeeForm.vue @@ -0,0 +1,9 @@ + + + \ No newline at end of file