SSR: Detect SSR is working on Vue 3 #1056
Unanswered
vuletuanbt
asked this question in
Help (Vue)
Replies: 1 comment 4 replies
-
Hey @vuletuanbt 😀
<title inertia>Login</title>
Also I suggest you to not compare your situation with Inertia's website, because sometimes the website uses custom or dated version of packages and it takes quite a while to maintainers to update the website to the latest stuff. Let me know if you have any more questions! Have a great day! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm new to enable SSR. I followed your docs to set up my project and it seems to work well. But I got a question, how do I know SSR is enabling?
My project
config/inertia.php
It would renders:
From your site demo SSR. It renders
I see some differences
So when you enable SSR , would it have
inertia-head-ssr-element="true"
anddata-server-rendered="true" id="app"
?Beta Was this translation helpful? Give feedback.
All reactions