update DatePicker
This commit is contained in:
parent
aa43b8c832
commit
762c8ddfef
1 changed files with 2 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Reference in a new issue