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 정의