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
Having to pass the actual Route component instance to router.goTo is really inconvenient. What if the router views object took an optional name (defaulting to the views object key name) for each route that could be used in router.goTo instead of passing the Route instance explicitly? This would also be handy when you need to pass a specific route via a query string.
The text was updated successfully, but these errors were encountered:
Having to pass the actual
Route
component instance torouter.goTo
is really inconvenient. What if the router views object took an optionalname
(defaulting to the views object key name) for each route that could be used inrouter.goTo
instead of passing the Route instance explicitly? This would also be handy when you need to pass a specific route via a query string.The text was updated successfully, but these errors were encountered: