Improve active route detection in TabMenu #830
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Previously, #417 covered the issue where
<TabMenu/>
items were only consider active if the route path matched the item route exactly (===
vs.startsWith
). This was fixed in commit 7fb409d`:However, since commit 3f2b51a, the route match has reverted back to using exact matches only:
I believe this is a regression and there should at least be an option to determine if the match should be exact or fuzzy much like the official vue router.
The text was updated successfully, but these errors were encountered: