this effect can be used to view the meeting schedule under the sun, week and moon. Many plug-ins do not feel ideal
this effect can be used to view the meeting schedule under the sun, week and moon. Many plug-ins do not feel ideal
fullcalendar
fullcalendar-npm
fullcalendar/3.9.0/demos/timezones
npm install fullcalendar
<div id='calendar'></div>
import 'fullcalendar';
import 'fullcalendar/dist/locale/zh-cn';
import 'fullcalendar/dist/fullcalendar.css';
methods: {
let vm = this;
$('-sharpcalendar').fullCalendar({
//
});
},
mounted() {
this.calendar();
}
this function is very powerful.
need to achieve these two effects. After reading the document for a long time, I don t understand how to do it ....