You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renderer now returns the building parts (body, head, bodyAttrs and htmlAttrs) aside from the current html (which assembles everything).
initialState is now available in the main Vue hook during SSR in order to ease integration with Vuex or serverPrefect calls.
Breaking: Renderer API has changed from render({ request, ... }) to render(url, { ... }). Vite SSR doesn't need the request object, just the URL. You can still pass the request in the options if you need access to it from your app code.