Sindbad~EG File Manager

Current Path : /var/www/html/eva.sumar.com.py/vendor/laravel/jetstream/stubs/inertia/resources/js/
Upload File :
Current File : /var/www/html/eva.sumar.com.py/vendor/laravel/jetstream/stubs/inertia/resources/js/app.js

require('./bootstrap');

// Import modules...
import { createApp, h } from 'vue';
import { App as InertiaApp, plugin as InertiaPlugin } from '@inertiajs/inertia-vue3';
import { InertiaProgress } from '@inertiajs/progress';

const el = document.getElementById('app');

createApp({
    render: () =>
        h(InertiaApp, {
            initialPage: JSON.parse(el.dataset.page),
            resolveComponent: (name) => require(`./Pages/${name}`).default,
        }),
})
    .mixin({ methods: { route } })
    .use(InertiaPlugin)
    .mount(el);

InertiaProgress.init({ color: '#4B5563' });

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists