DEV Community

Discussion on: Vue Router Architecture and Nested Routes

Collapse
 
olen_d profile image
Olen Daelhousen

Thanks, this was super helpful. I was setting up an onboarding flow with the top level route being the initial account creation form, which then led to a profile form, etc. and trying to get the initial form to go away when the child routes were hit was driving me nuts. The absract EmptyRouterView worked like a charm.