오늘 날짜 이후로 선택 X

This commit is contained in:
yoon 2025-02-06 09:23:11 +09:00
parent b841029bbe
commit 9d96f2141d

View File

@ -23,6 +23,7 @@
:id="name"
class="form-control"
:type="type"
:max="type === 'date' ? today : null"
@input="updateInput"
:value="computedValue"
:maxLength="maxlength"