From e9df5cbe1ad9751288834bcaf184d2d90b18dcf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 10 Oct 2023 22:10:42 -0400 Subject: [PATCH] refactor(components): migrate story form to use vee-validate's `useForm` instead of the equivalent component this is because v-slot values are not accessible from the `setup` script --- components/story/create/storyform.vue | 30 ++++++++++++++++++++------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/components/story/create/storyform.vue b/components/story/create/storyform.vue index 2bb78f6..55e6bbf 100644 --- a/components/story/create/storyform.vue +++ b/components/story/create/storyform.vue @@ -1,9 +1,15 @@