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.
2 parents efaadd1 + 012c1b5 commit 23f6578Copy full SHA for 23f6578
resources/js/app.ts
@@ -3,7 +3,7 @@ import '../css/tailwind.css'
3
4
import { createInertiaApp, router } from '@inertiajs/vue3'
5
import { resolvePageComponent } from 'laravel-vite-plugin/inertia-helpers'
6
-import { createApp, DefineComponent, h } from 'vue'
+import { createSSRApp, DefineComponent, h } from 'vue'
7
import { ZiggyVue } from 'ziggy-js'
8
9
import PrimeVue from 'primevue/config'
@@ -53,7 +53,7 @@ createInertiaApp({
53
}
54
55
56
- createApp(Root)
+ createSSRApp(Root)
57
.use(plugin)
58
.use(ZiggyVue)
59
.use(PrimeVue, {
0 commit comments