diff --git a/package.json b/package.json index e73bc9857..4ab762dfb 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,11 @@ ], "devDependencies": { "@babel/cli": "^7.4.4", - "@fullcalendar/core": "5.4.0", - "@fullcalendar/daygrid": "5.4.0", - "@fullcalendar/interaction": "5.4.0", - "@fullcalendar/timegrid": "5.4.0", + "@fullcalendar/core": "^5.7.2", + "@fullcalendar/daygrid": "^5.7.2", + "@fullcalendar/interaction": "^5.7.2", + "@fullcalendar/timegrid": "^5.7.2", + "@fullcalendar/vue3": "^5.7.2", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", diff --git a/src/components/fullcalendar/FullCalendar.vue b/src/components/fullcalendar/FullCalendar.vue index fc6c115b5..94efb5a8b 100755 --- a/src/components/fullcalendar/FullCalendar.vue +++ b/src/components/fullcalendar/FullCalendar.vue @@ -3,6 +3,7 @@ \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/fullcalendar/FullCalendarDoc.vue b/src/views/fullcalendar/FullCalendarDoc.vue index 07f2e8c1a..56e5eb029 100755 --- a/src/views/fullcalendar/FullCalendarDoc.vue +++ b/src/views/fullcalendar/FullCalendarDoc.vue @@ -1,6 +1,10 @@