From 0e7b4276fbddb0372b471ec1631b2a61622b4c73 Mon Sep 17 00:00:00 2001 From: eolamisan Date: Mon, 8 Feb 2021 20:48:38 -0500 Subject: [PATCH] Update DemoApp.vue --- vue/src/DemoApp.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/vue/src/DemoApp.vue b/vue/src/DemoApp.vue index 2204c3620..34fe2919b 100644 --- a/vue/src/DemoApp.vue +++ b/vue/src/DemoApp.vue @@ -25,6 +25,7 @@ export default { right: 'dayGridMonth,timeGridWeek,timeGridDay' }, initialView: 'dayGridMonth', + initialDate: null, // use to provide initially displayed date initialEvents: INITIAL_EVENTS, // alternatively, use the `events` setting to fetch from a feed editable: true, selectable: true,