From 16ba687814f73fb03522deb882496c34df73623b Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 17 Jul 2020 16:09:21 +0300 Subject: [PATCH] Fixed #392 --- src/components/fullcalendar/FullCalendar.vue | 1436 ------------------ src/views/fullcalendar/FullCalendarDoc.vue | 7 + 2 files changed, 7 insertions(+), 1436 deletions(-) diff --git a/src/components/fullcalendar/FullCalendar.vue b/src/components/fullcalendar/FullCalendar.vue index 7c3868916..dc81e085a 100755 --- a/src/components/fullcalendar/FullCalendar.vue +++ b/src/components/fullcalendar/FullCalendar.vue @@ -57,1440 +57,4 @@ export default { diff --git a/src/views/fullcalendar/FullCalendarDoc.vue b/src/views/fullcalendar/FullCalendarDoc.vue index b156bc0f0..3e868ea7c 100755 --- a/src/views/fullcalendar/FullCalendarDoc.vue +++ b/src/views/fullcalendar/FullCalendarDoc.vue @@ -19,6 +19,13 @@ npm install @fullcalendar/core --save npm install @fullcalendar/daygrid --save npm install @fullcalendar/timegrid --save npm install @fullcalendar/interaction --save + + +

Include the core style and the styles of the plugins that you use in your application.

+ +import '@fullcalendar/core/main.min.css'; +import '@fullcalendar/daygrid/main.min.css'; +import '@fullcalendar/timegrid/main.min.css';

Events should be an array and defined using the events property.