forked from miguel456/rbrecruiter
Significant changes
Added several components and features too long to list here
This commit is contained in:
10
resources/js/app.js
vendored
10
resources/js/app.js
vendored
@@ -11,6 +11,16 @@ import { Calendar } from '@fullcalendar/core';
|
||||
import dayGridPlugin from '@fullcalendar/daygrid';
|
||||
import timeGridPlugin from '@fullcalendar/timegrid';
|
||||
import listPlugin from '@fullcalendar/list';
|
||||
import flatpickr from "flatpickr";
|
||||
|
||||
|
||||
|
||||
flatpickr("#appointmentDateTime", {
|
||||
enableTime: true,
|
||||
dateFormat: "Y-m-d H:i",
|
||||
static: false
|
||||
});
|
||||
|
||||
|
||||
window.Vue = require('vue');
|
||||
|
||||
|
Reference in New Issue
Block a user