types(Locale): fix rangePrompt param type

This commit is contained in:
陈嘉涵
2020-01-31 10:31:46 +08:00
parent 4825ffbf04
commit f9b4502967
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default {
confirm: '确定',
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
monthTitle: (year: number, month: number) => `${year}${month}`,
rangePrompt: (maxRange: Number) => `选择天数不能超过 ${maxRange}`,
rangePrompt: (maxRange: number) => `选择天数不能超过 ${maxRange}`,
},
vanContactCard: {
addText: '添加联系人',