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
Is your feature request related to a problem? Please describe...
I'm using <b-nav-item> as a router link and I need to use exact-path prop for <router-link> introduced in Vue Router 3.5.0: https://router.vuejs.org/api/#exact-path
Describe the solution you'd like
Create exact-path property for <b-nav-item> and pass it down to <router-link>
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution.
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you!
Is your feature request related to a problem? Please describe...
I'm using
<b-nav-item>
as a router link and I need to use exact-path prop for<router-link>
introduced in Vue Router 3.5.0: https://router.vuejs.org/api/#exact-pathDescribe the solution you'd like
Create exact-path property for
<b-nav-item>
and pass it down to<router-link>
The text was updated successfully, but these errors were encountered: