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
Currently code split of Vue3 is supported by using routerSyncPages config in vise.config.ts.
But in React all pages are in sync mode, need to add async mode to support code split.