Mager updated
This commit is contained in:
@@ -8,6 +8,7 @@ import { ZiggyVue } from '../../vendor/tightenco/ziggy';
|
||||
import VueApexCharts from 'vue3-apexcharts';
|
||||
import VueDatePicker from '@vuepic/vue-datepicker';
|
||||
import '@vuepic/vue-datepicker/dist/main.css';
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
|
||||
|
||||
const appName = import.meta.env.VITE_APP_NAME || 'Laravel';
|
||||
|
||||
@@ -20,6 +21,7 @@ createInertiaApp({
|
||||
.use(ZiggyVue)
|
||||
.use(VueApexCharts)
|
||||
.component('vue-date-picker', VueDatePicker)
|
||||
.component('FontAwesomeIcon', FontAwesomeIcon)
|
||||
.mount(el);
|
||||
},
|
||||
progress: {
|
||||
|
||||
Reference in New Issue
Block a user