mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fix(time-picker): placeholder not shown
This commit is contained in:
parent
64baadacc4
commit
747fae8d4c
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user