fix(time-picker): placeholder not shown

This commit is contained in:
07akioni 2020-10-23 23:03:25 +08:00
parent 64baadacc4
commit 747fae8d4c

View File

@ -365,7 +365,7 @@ export default {
return this.localeNs.now
},
localizedPlaceholder () {
if (this.placeholder !== null) return this.placeholder
if (this.placeholder !== undefined) return this.placeholder
return this.localeNs.placeholder
},
localizedNegativeText () {