✨ 🔧 Update npm + login page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import "./bootstrap";
|
||||
import "../css/app.css";
|
||||
import "../css/bootstrap.css";
|
||||
|
||||
import { createApp, h } from "vue";
|
||||
import { createInertiaApp } from "@inertiajs/inertia-vue3";
|
||||
@@ -19,4 +20,17 @@ createInertiaApp({
|
||||
.use(plugin)
|
||||
.mount(el);
|
||||
},
|
||||
progress: {
|
||||
// The delay after which the progress bar will appear, in milliseconds...
|
||||
delay: 250,
|
||||
|
||||
// The color of the progress bar...
|
||||
color: '#29d',
|
||||
|
||||
// Whether to include the default NProgress styles...
|
||||
includeCSS: true,
|
||||
|
||||
// Whether the NProgress spinner will be shown...
|
||||
showSpinner: false,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user