@@ -9,10 +9,9 @@ import listPlugin from "@fullcalendar/list";
9
9
10
10
import HouseAPI from " @/api/house" ;
11
11
import { ChartHouseDataVO } from " @/api/house/model" ;
12
- import { log } from " console" ;
13
-
14
12
// install bootstrap@4 @fortawesome/fontawesome-free
15
13
import " bootstrap/dist/css/bootstrap.css" ;
14
+ import " bootstrap-icons/font/bootstrap-icons.css" ; // needs additional webpack config!
16
15
import " @fortawesome/fontawesome-free/css/all.css" ; // needs additional webpack config!
17
16
import { aN } from " @fullcalendar/core/internal-common" ;
18
17
@@ -315,7 +314,7 @@ const calendarOptions: any = reactive({
315
314
// initialView: "listMonth",
316
315
initialView: " dayGridMonth" ,
317
316
initialDate: new Date (),
318
- themeSystem: " bootstrap" ,
317
+ // themeSystem: "bootstrap",
319
318
showNonCurrentDates: false ,
320
319
eventTextColor: " #00aa66" ,
321
320
eventBorderColor: " #00000000" ,
@@ -377,7 +376,7 @@ onMounted(() => {
377
376
:options =" calendarOptions"
378
377
>
379
378
<template #eventContent =" arg " >
380
- <div style =" font-weight : 900 ;text-align : center " >
379
+ <div style =" font-weight : 900 ; text-align : center " >
381
380
<!-- <b>{{ arg.timeText }}</b> -->
382
381
<i
383
382
v-if =" arg.event.extendedProps.display"
0 commit comments