DatePicker add @on-clickoutside event, close #5536

This commit is contained in:
梁灏 2019-04-08 10:39:31 +08:00
parent 01d898dc73
commit af672a4f58

View file

@ -313,6 +313,7 @@
this.visible = false;
e && e.preventDefault();
e && e.stopPropagation();
this.$emit('on-clickoutside', e);
return;
}