From 4ead1093a4a158420058ee8bbf2544105208f38c Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Mon, 13 May 2019 14:22:49 +0300 Subject: [PATCH] Initiated Calendar component --- src/components/calendar/Calendar.vue | 409 ++++++++++++++++++++++++--- 1 file changed, 366 insertions(+), 43 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index fab4708e6..965e3096e 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -2,51 +2,58 @@ -
-
-
- - -
- {{locale.monthNames[month.month]}} - {{view === 'month' ? currentYear : month.year}} + +
+
+
+ + +
+ {{locale.monthNames[month.month]}} + {{view === 'month' ? currentYear : month.year}} +
+
+
+ + + + + + + + + + + +
+ {{weekDay}} +
+ {{date.day}} +
-
- - - - - - - - - - - -
- {{weekDay}} -
- -
-
-
+