🌐 AI搜索 & 代理 主页
Skip to content

Commit 145e2fc

Browse files
authored
Update form-timepicker.js
1 parent f85abb4 commit 145e2fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/form-timepicker/form-timepicker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ const propsMixin = {
131131
type: String,
132132
default: () => getConfigFallback('labelSelected')
133133
},
134-
labelNoTime: {
134+
labelNoTimeSelected: {
135135
type: String,
136-
default: () => getConfigFallback('labelNoTime')
136+
default: () => getConfigFallback('labelNoTimeSelected')
137137
},
138138
labelHours: {
139139
type: String,
@@ -413,7 +413,7 @@ export const BFormTimepicker = /*#__PURE__*/ Vue.extend({
413413
rtl: this.isRTL,
414414
lang: this.computedLang,
415415
value: localHMS || '',
416-
formattedValue: localHMS ? this.formattedValue : ''
416+
formattedValue: localHMS ? this.formattedValue : this.labelNoTimeSelected || ''
417417
},
418418
on: {
419419
show: this.onShow,

0 commit comments

Comments
 (0)