update DatePicker
update DatePicker
This commit is contained in:
parent
f46ebc38dc
commit
e1874103ad
4 changed files with 37 additions and 9 deletions
|
@ -141,8 +141,8 @@
|
|||
handleBlur () {
|
||||
this.$emit('on-blur');
|
||||
},
|
||||
handleChange () {
|
||||
this.$emit('on-change', this.value);
|
||||
handleChange (event) {
|
||||
this.$emit('on-change', event);
|
||||
},
|
||||
resizeTextarea () {
|
||||
const autosize = this.autosize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue