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
Hello!
Yes, this is intended and explained in the migration guide. You should be able to find more details in the RFC I wrote for this. It was decided that it wasn't needed to add this method because it's a one liner of path.startsWith(otherPath)
Reproduction
https://jsfiddle.net/5mg7jhz3/
Steps to reproduce the bug
Click on
Bar
(/foo/bar
link) which is under the/foo/:other(.*)*
route.There are only two routes:
Expected behavior
Foo (
/foo
link) should haveActual behavior
Foo (
/foo
link) haveAdditional information
I thought it was #1552, but it's actually different, since it's the same route in the router.
According to https://router.vuejs.org/guide/migration/index.html#Removal-of-the-exact-prop-in-router-link-
Routes are now active based on the route records they represent
So I think it should be active 🤔
I can do a PR if that's okay.
The text was updated successfully, but these errors were encountered: