feat(Calendar): render days
This commit is contained in:
@@ -12,7 +12,8 @@ export default {
|
||||
confirmDelete: '确定要删除么',
|
||||
telInvalid: '请填写正确的电话',
|
||||
vanCalendar: {
|
||||
weekdays: ['日', '一', '二', '三', '四', '五', '六']
|
||||
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
|
||||
monthTitle: (year: number, month: number) => `${year}年${month}月`
|
||||
},
|
||||
vanContactCard: {
|
||||
addText: '添加联系人'
|
||||
|
||||
Reference in New Issue
Block a user