From 9b06b72e26c9d27cfc446e794bf8aa5a0d21b48a Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Fri, 18 Sep 2020 15:13:14 +0300 Subject: [PATCH] Migrated calendar to new v-model and $attrs api --- src/components/calendar/Calendar.vue | 173 +++++++++++++-------------- 1 file changed, 80 insertions(+), 93 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index 9c195ede8..9a12bd62f 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -1,6 +1,6 @@