I have passed several props to the router-view component in this manner:
<router-view :zipchange="zipchange" :accountitems="accountitems" :accountloaded="accountloaded" :profilepic="profilepic" />
Upon inspecting an element in the browser's dev tools, I noticed that all of the data is attached to the top-level div in each route/page. Is this the expected behavior? No other props that are not passed to the router-view component are displayed in this way...
Here is a visual example: