From 7bb2f48dda016c01bb65c1f0054664ac4039dcfb Mon Sep 17 00:00:00 2001 From: khj0414 Date: Fri, 21 Feb 2025 13:02:56 +0900 Subject: [PATCH] =?UTF-8?q?forminput=20min=20=EC=86=8D=EC=84=B1=EC=B6=94?= =?UTF-8?q?=EA=B0=80=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/FormInput.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/input/FormInput.vue b/src/components/input/FormInput.vue index 731824c..7e6d153 100644 --- a/src/components/input/FormInput.vue +++ b/src/components/input/FormInput.vue @@ -12,6 +12,7 @@ v-model="inputValue" :maxLength="maxlength" :placeholder="title" + :min="min" />
{{ title }}을 확인해주세요. @@ -60,6 +61,10 @@ const props = defineProps({ default: true, required: false, }, + min :{ + type:String, + default:false, + } }); // Emits 정의