update DatePicker

This commit is contained in:
梁灏 2017-03-30 10:52:01 +08:00
parent aa43b8c832
commit 762c8ddfef

View file

@ -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 () {