Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 400 Bytes

vue-3-ssr-reproduction

This is a reproduction for a bug caused by upgrading from [email protected] to [email protected] or [email protected]

When initialy rendering the spa server side the scopeId for the router-view is not applied This changes only after navigation

The project can be run in dev or production mode by altering the variable isDev in line 10 in entry.ts

Edit: This issue has been fixed with [email protected]