From 9d96f2141df1efcc5b3c4a719c1a5a27aec79b39 Mon Sep 17 00:00:00 2001 From: yoon Date: Thu, 6 Feb 2025 09:23:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=8A=98=20=EB=82=A0=EC=A7=9C=20?= =?UTF-8?q?=EC=9D=B4=ED=9B=84=EB=A1=9C=20=EC=84=A0=ED=83=9D=20X?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/input/UserFormInput.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/input/UserFormInput.vue b/src/components/input/UserFormInput.vue index 54024ec..e0a9e78 100644 --- a/src/components/input/UserFormInput.vue +++ b/src/components/input/UserFormInput.vue @@ -23,6 +23,7 @@ :id="name" class="form-control" :type="type" + :max="type === 'date' ? today : null" @input="updateInput" :value="computedValue" :maxLength="maxlength"