종료날짜 vaild 추가가
This commit is contained in:
parent
4a8f74c357
commit
7485b6e7c8
@ -34,7 +34,7 @@
|
||||
</div>
|
||||
|
||||
<!-- 숨겨진 input 태그를 사용하여 강제로 포커스 -->
|
||||
<input ref="dateInput" :min="minDate" type="datetime-local" v-model="endDate" class="hidden-date-input">
|
||||
<input ref="dateInput" @input="ValidHandlerendDate" :min="minDate" type="datetime-local" v-model="endDate" class="hidden-date-input">
|
||||
|
||||
<!-- 항목 입력 반복 -->
|
||||
<div v-for="(item, index) in itemList" :key="index">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user