feat(Cascader): update locales

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent 4c1c786ae6
commit bd4624e7b1
10 changed files with 30 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@ export default {
monthTitle: (year: number, month: number) => `${year}${month}`,
rangePrompt: (maxRange: number) => `選擇天數不能超過 ${maxRange}`,
},
vanCascader: {
select: '請選擇',
},
vanContactCard: {
addText: '添加聯系人',
},