feat(Cascader): basic dom struct

This commit is contained in:
chenjiahan
2020-12-20 21:23:50 +08:00
committed by neverland
parent 8180478213
commit 0352f5d9a6
7 changed files with 236 additions and 55 deletions
+3
View File
@@ -22,6 +22,9 @@ export default {
monthTitle: (year: number, month: number) => `${year}${month}`,
rangePrompt: (maxRange: number) => `选择天数不能超过 ${maxRange}`,
},
vanCascader: {
placeholder: '请选择',
},
vanContactCard: {
addText: '添加联系人',
},