feat(Calendar): support select date range

This commit is contained in:
陈嘉涵
2019-12-26 19:59:08 +08:00
committed by neverland
parent c447152be9
commit 0db1a03996
8 changed files with 365 additions and 125 deletions
+4
View File
@@ -12,6 +12,10 @@ export default {
confirmDelete: '确定要删除么',
telInvalid: '请填写正确的电话',
vanCalendar: {
end: '结束',
start: '开始',
title: '日期选择',
confirm: '确定',
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
monthTitle: (year: number, month: number) => `${year}${month}`
},