feat(Calendar): add basic files

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent 3a22162912
commit 49781a5e15
11 changed files with 252 additions and 0 deletions
+3
View File
@@ -11,6 +11,9 @@ export default {
nameEmpty: '请填写姓名',
confirmDelete: '确定要删除么',
telInvalid: '请填写正确的电话',
vanCalendar: {
weekdays: ['日', '一', '二', '三', '四', '五', '六']
},
vanContactCard: {
addText: '添加联系人'
},