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
-`component`: The Vue component to render into the top-level `<router-view>` outlet when this path is matched. The value could either be a constructor returned by calling `Vue.extend`, or a plain component options object. In the latter case the router will implicitly call `Vue.extend`for you.
-`subRoutes`: You can nest another sub route-map here. For each sub path in the `routeRoutes`map, the router will match it against the full path by appending it to the parent path. The matched component will be rendered into the parent route component's`<router-view>` outlet.
0 commit comments