🔧
This commit is contained in:
@@ -9,7 +9,7 @@ createInertiaApp({
|
|||||||
title: (title) => `${title}`,
|
title: (title) => `${title}`,
|
||||||
resolve: (name) =>
|
resolve: (name) =>
|
||||||
resolvePageComponent(
|
resolvePageComponent(
|
||||||
`./Pages/${name}.vue`,
|
// `./Pages/${name}.vue`,
|
||||||
import.meta.glob("./Pages/**/*.vue")
|
import.meta.glob("./Pages/**/*.vue")
|
||||||
),
|
),
|
||||||
setup({ el, app, props, plugin }) {
|
setup({ el, app, props, plugin }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user