feat(Calendar): add select event

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 43a0aed8c9
commit c447152be9
4 changed files with 22 additions and 9 deletions
+1
View File
@@ -172,6 +172,7 @@ export default createComponent({
if (this.type === 'single') {
this.$emit('input', item.date);
this.$emit('select', item.date);
}
}
},