From 1050d64e803814ca2eeb2217d660887dd55f52e3 Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Mon, 24 Mar 2025 09:47:33 +0900 Subject: [PATCH] =?UTF-8?q?minlength=20=EC=9B=90=EB=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/UserFormInput.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/input/UserFormInput.vue b/src/components/input/UserFormInput.vue index 37e076f..612ef40 100644 --- a/src/components/input/UserFormInput.vue +++ b/src/components/input/UserFormInput.vue @@ -14,6 +14,7 @@ :value="computedValue" :disabled="disabled" :maxLength="maxlength" + :minLength="minlength" :placeholder="title" @blur="$emit('blur')" /> @@ -29,6 +30,7 @@ :value="computedValue" :disabled="disabled" :maxLength="maxlength" + :minLength="minlength" :placeholder="title" @blur="$emit('blur')" />