min 삭제
This commit is contained in:
parent
525a484615
commit
c90ce680fc
@ -14,7 +14,6 @@
|
||||
:value="computedValue"
|
||||
:disabled="disabled"
|
||||
:maxLength="maxlength"
|
||||
:minLength="minlength"
|
||||
:placeholder="title"
|
||||
@blur="$emit('blur')"
|
||||
/>
|
||||
@ -30,7 +29,6 @@
|
||||
:value="computedValue"
|
||||
:disabled="disabled"
|
||||
:maxLength="maxlength"
|
||||
:minLength="minlength"
|
||||
:placeholder="title"
|
||||
@blur="$emit('blur')"
|
||||
@click="handleDateClick"
|
||||
@ -81,11 +79,6 @@
|
||||
default: 30,
|
||||
required: false,
|
||||
},
|
||||
minlength: {
|
||||
type: Number,
|
||||
default: 4,
|
||||
required: false,
|
||||
},
|
||||
isAlert: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user