From 8411cd33d4aa0dc21fb21e3cdebc7b2c76eb6bf2 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 24 Sep 2020 18:23:25 +0300 Subject: [PATCH] Watch for changes --- src/components/calendar/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } },