diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 05c8c3d72..66ab163f9 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -361,7 +361,7 @@ export default { timePickerTimer: null, isKeydown: false, watch: { - value() { + modelValue() { this.updateCurrentMetaData(); } },