diff --git a/src/components/date-picker/picker.vue b/src/components/date-picker/picker.vue index 0a82fed..5158397 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; } -- libgit2 0.21.4