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
I want to set the root to / so that the activeClassName is set properly for nested routes within the root(because currently if you have a route definition for /, and then other routes starting with /, ex: /cats and you navigate to /cats, both anchors to / and /cats will have the active class), but I get this exception thrown:
Invalid regular expression: /^\/: \ at end of pattern
I want to set the root to
/
so that the activeClassName is set properly for nested routes within the root(because currently if you have a route definition for/
, and then other routes starting with/
, ex:/cats
and you navigate to/cats
, both anchors to/
and/cats
will have the active class), but I get this exception thrown:being thrown by this line: https://github.com/vuejs/vue-router/blob/dev/src/history/html5.js#L14
The text was updated successfully, but these errors were encountered: