From 6e4f1a1e811471b296e734ad79ff1519722bb83f Mon Sep 17 00:00:00 2001 From: khj0414 Date: Fri, 21 Feb 2025 13:29:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=94=94=ED=8F=B4=ED=8A=B8=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=EB=B3=80=EA=B2=BD=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/FormInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/FormInput.vue b/src/components/input/FormInput.vue index 76f5650..0cbb4a7 100644 --- a/src/components/input/FormInput.vue +++ b/src/components/input/FormInput.vue @@ -68,7 +68,7 @@ const props = defineProps({ }, min: { type: String, - default: false, + default: '', } });