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