From aefec4e88c0e0f03bba7e9c34f2c9159d21a993c Mon Sep 17 00:00:00 2001 From: mod Date: Tue, 30 Jun 2020 11:05:35 +0800 Subject: [PATCH] Update calendar.vue change var and methods to lowercate --- src/components/calendar/calendar.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/calendar/calendar.vue b/src/components/calendar/calendar.vue index 5e2a1fed6d..5c22c57816 100644 --- a/src/components/calendar/calendar.vue +++ b/src/components/calendar/calendar.vue @@ -4,13 +4,13 @@ - + {{selectYear}}{{t('i.datepicker.year')}}{{zeroFill(selectMonth)}}{{t('i.datepicker.month')}} @@ -75,7 +75,7 @@ export default { return { // datePicker status datePickerVisible: false, - DatePickerTime: '', + datePickerTime: '', prefixCls: prefixCls, days: [], nowYear: nowTime.year, @@ -141,7 +141,7 @@ export default { this.updateDays(); this.handlerPickerClose(); }, - ChoosePickerDate () { + choosePickerDate () { this.datePickerVisible = !this.datePickerVisible; }, handlerPickerClose () {