feat(Calendar): render days

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 49781a5e15
commit f4f8952553
4 changed files with 121 additions and 15 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ export default {
confirmDelete: '确定要删除么',
telInvalid: '请填写正确的电话',
vanCalendar: {
weekdays: ['日', '一', '二', '三', '四', '五', '六']
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
monthTitle: (year: number, month: number) => `${year}${month}`
},
vanContactCard: {
addText: '添加联系人'