Se agregó las gráficas a Tramites #1

Open
juan.zapata wants to merge 18 commits from api into main
Showing only changes of commit 6917e031ef - Show all commits

View File

@ -22,9 +22,7 @@ window.Notify = new Notify();
window.sessionFresh = new SessionFresh();
window.Swal = Swal;
window.TwScreen = new TailwindScreen();
window.darkMode = darkMode;
bootTheme();
bootSidebar();
createInertiaApp({
@ -34,8 +32,8 @@ createInertiaApp({
title: (title) => `${title} - ${appName}`,
resolve: (name) => resolvePageComponent(`./Pages/${name}.vue`, import.meta.glob('./Pages/**/*.vue')),
setup({ el, App, props, plugin }) {
return createApp({
render: () => h(App, props)
return createApp({
render: () => h(App, props)
})
.use(plugin)
.use(ZiggyVue, Ziggy)