2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-07 15:32:28 +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) {
this.updateDate()
if (!show && this.type === 'date' && !this.range) {
console.log('show')
this.closePopup()
}
}