update DatePicker

update DatePicker
This commit is contained in:
梁灏 2016-12-15 23:29:31 +08:00
parent f46ebc38dc
commit e1874103ad
4 changed files with 37 additions and 9 deletions

View file

@ -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;