From 9c58aa8c9b5d8218545ef680f80a239ed15b0c78 Mon Sep 17 00:00:00 2001 From: TiclemFR Date: Sat, 30 Dec 2023 10:03:32 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index fef39c56..e03e9d61 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -9,7 +9,7 @@ createInertiaApp({ title: (title) => `${title}`, resolve: (name) => resolvePageComponent( - `./Pages/${name}.vue`, + `./Pages/**/${name}.vue`, import.meta.glob("./Pages/**/*.vue") ), setup({ el, app, props, plugin }) {