Added DayJS
Restructured Products Some Changes in Documents Some Changes with Logo
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<script setup>
|
||||
import FullCalendar from "@fullcalendar/vue3"
|
||||
import dayGridPlugin from '@fullcalendar/daygrid'
|
||||
import resourceTimelinePlugin from '@fullcalendar/resource-timeline'
|
||||
import deLocale from '@fullcalendar/core/locales/de'
|
||||
import interactionPlugin from '@fullcalendar/interaction'
|
||||
@@ -50,7 +49,8 @@ const calendarOptionsList = reactive({
|
||||
plugins: [listPlugin],
|
||||
initialView: "listWeek",
|
||||
initialEvents: events,
|
||||
nowIndicator: true
|
||||
nowIndicator: true,
|
||||
height: "80vh"
|
||||
})
|
||||
|
||||
const calendarOptionsTimeline = reactive({
|
||||
@@ -171,4 +171,5 @@ const calendarOptionsTimeline = reactive({
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user