mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
fix(Calendar): confirmDisabledText default value (#4490)
This commit is contained in:
parent
ee166756c1
commit
8629da1b75
@ -86,7 +86,7 @@ Page({
|
||||
formatter: null,
|
||||
showConfirm: true,
|
||||
confirmText: '确定',
|
||||
confirmDisabledText: null,
|
||||
confirmDisabledText: '确定',
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -47,6 +47,10 @@ VantComponent({
|
||||
type: String,
|
||||
value: '确定',
|
||||
},
|
||||
confirmDisabledText: {
|
||||
type: String,
|
||||
value: '确定',
|
||||
},
|
||||
rangePrompt: String,
|
||||
showRangePrompt: {
|
||||
type: Boolean,
|
||||
@ -60,7 +64,6 @@ VantComponent({
|
||||
},
|
||||
},
|
||||
allowSameDay: Boolean,
|
||||
confirmDisabledText: String,
|
||||
type: {
|
||||
type: String,
|
||||
value: 'single',
|
||||
|
Loading…
x
Reference in New Issue
Block a user