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
In the route definition object, a `path` property must be provided to define the path to match and a `component` property that specifies the component (or element) to render when the path matches.
25
25
26
-
To define multiple routes, an array of route definition objects can be passed to the `<Router>`] component:
26
+
To define multiple routes, an array of route definition objects can be passed to the `<Router>` component:
0 commit comments