Closed jameswagoner closed 4 years ago
No it doesn't, you need to add this to your root template yourself. https://ssr.vuejs.org/guide/hydration.html
Note that it didn't add id="app", just the data-server-rendered attribute: you need to add the ID or some other selector to the app's root element yourself or the app won't hydrate properly.
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
When I have a successful ssr response:
You still find a console error complaining about not finding
#app
.Isn't
vue-server-renderer
supposed to add this on the root element as well?