We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f56a79 commit f6715caCopy full SHA for f6715ca
vite.md
@@ -399,7 +399,7 @@ import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers';
399
createInertiaApp({
400
resolve: (name) => resolvePageComponent(`./Pages/${name}.vue`, import.meta.glob('./Pages/**/*.vue')),
401
setup({ el, App, props, plugin }) {
402
- return createApp({ render: () => h(App, props) })
+ createApp({ render: () => h(App, props) })
403
.use(plugin)
404
.mount(el)
405
},
0 commit comments