diff --git a/src/components/date-picker/picker.vue b/src/components/date-picker/picker.vue index 0a82fed7..51583974 100644 --- a/src/components/date-picker/picker.vue +++ b/src/components/date-picker/picker.vue @@ -313,6 +313,7 @@ this.visible = false; e && e.preventDefault(); e && e.stopPropagation(); + this.$emit('on-clickoutside', e); return; }