2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-23 11:30:35 +03:00
This commit is contained in:
mxie
2018-04-17 15:21:24 +08:00
parent e49316c827
commit 2cf26f518f
-1
View File
@@ -248,7 +248,6 @@ export default {
if (!this.confirm && !this.disabled) { if (!this.confirm && !this.disabled) {
this.updateDate() this.updateDate()
if (!show && this.type === 'date' && !this.range) { if (!show && this.type === 'date' && !this.range) {
console.log('show')
this.closePopup() this.closePopup()
} }
} }