From 754f2976830fc6bedd6b2b2b508d3d7c79fde8b8 Mon Sep 17 00:00:00 2001 From: TiclemFR Date: Sat, 30 Dec 2023 10:02:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/js/app.js b/resources/js/app.js index dc7619db..fef39c56 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -9,9 +9,8 @@ createInertiaApp({ title: (title) => `${title}`, resolve: (name) => resolvePageComponent( - // `./Pages/${name}.vue`, - `./Pages/**/${name}.vue` - // import.meta.glob("./Pages/**/*.vue") + `./Pages/${name}.vue`, + import.meta.glob("./Pages/**/*.vue") ), setup({ el, app, props, plugin }) { return createApp({ render: () => h(app, props) })