diff --git a/src/components/date-picker/picker.vue b/src/components/date-picker/picker.vue index 6ce22bd..41cb8b9 100644 --- a/src/components/date-picker/picker.vue +++ b/src/components/date-picker/picker.vue @@ -260,7 +260,8 @@ methods: { handleClose () { if (this.open !== null) return; - if (!this.disableClickOutSide) this.visible = false; +// if (!this.disableClickOutSide) this.visible = false; + this.visible = false; this.disableClickOutSide = false; }, handleFocus () { -- libgit2 0.21.4