From 230b98aff3233840770612ce7739e58a3a0a4391 Mon Sep 17 00:00:00 2001 From: Simon Erslev Milfred Date: Tue, 14 Nov 2023 13:31:13 +0100 Subject: [PATCH] feat: made form fetchable through exposed values --- .playground/app.vue | 9 +++++++++ components/FetchForm.vue | 30 ++++++++++++++++++++++-------- package.json | 2 +- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/.playground/app.vue b/.playground/app.vue index 430d9d9..98a604e 100644 --- a/.playground/app.vue +++ b/.playground/app.vue @@ -1,6 +1,7 @@