From d0e46962bf3080bc03efb5243de142a3f827a8b3 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 16 May 2019 15:51:02 +0300 Subject: [PATCH] Date template and Multiple months display --- src/components/calendar/Calendar.vue | 5 ++-- src/views/calendar/CalendarDemo.vue | 42 ++++++++++++++++++++++++++-- 2 files changed, 43 insertions(+), 4 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index d4959227a..e97b29103 100644 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -36,8 +36,9 @@ - {{date.day}} + + {{date.day}} + diff --git a/src/views/calendar/CalendarDemo.vue b/src/views/calendar/CalendarDemo.vue index 4e77b2744..10d7b9341 100644 --- a/src/views/calendar/CalendarDemo.vue +++ b/src/views/calendar/CalendarDemo.vue @@ -11,7 +11,7 @@

Basic

- {{date1}} +

Spanish

@@ -57,7 +57,27 @@

Month/Year Picker

+
+

Multiple Months

+ +
+
+

Date Template

+ + + +
+
+

Touch UI

+ +
+ +

Inline

+ @@ -99,6 +119,10 @@ export default { date8: null, date9: null, date10: null, + date11: null, + date12: null, + date13: null, + date14: null, dates1: null, dates2: null, es: { @@ -121,4 +145,18 @@ export default { 'CalendarDoc': CalendarDoc } } - \ No newline at end of file + + + \ No newline at end of file