From a73f7c29345e22a603e648185285487b6ba7f2c6 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Wed, 2 Mar 2022 20:06:16 +0000 Subject: [PATCH] Bind to value instead of using v-model --- web/src/components/Input.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/Input.vue b/web/src/components/Input.vue index 47c8871..831cbe1 100644 --- a/web/src/components/Input.vue +++ b/web/src/components/Input.vue @@ -4,7 +4,7 @@ const props = defineProps(["modelValue"]); \ No newline at end of file