From 5576c21cb971bdc87cdd9b7cd8725ce34416aff0 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Thu, 16 Feb 2023 10:06:38 +0100 Subject: [PATCH] Change v-model syntax --- client/src/components/page-form/PageFormInput.vue | 4 ++-- client/src/components/ui/InputWithLabel.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/page-form/PageFormInput.vue b/client/src/components/page-form/PageFormInput.vue index b4337f04..971f2ba9 100644 --- a/client/src/components/page-form/PageFormInput.vue +++ b/client/src/components/page-form/PageFormInput.vue @@ -6,12 +6,12 @@ >{{ label }} diff --git a/client/src/components/ui/InputWithLabel.vue b/client/src/components/ui/InputWithLabel.vue index 49db5a15..106884fd 100644 --- a/client/src/components/ui/InputWithLabel.vue +++ b/client/src/components/ui/InputWithLabel.vue @@ -2,11 +2,11 @@