🔧
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user