Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BNavItem does not support links #141

Closed
killjoy1221 opened this issue Oct 12, 2021 · 1 comment
Closed

BNavItem does not support links #141

killjoy1221 opened this issue Oct 12, 2021 · 1 comment

Comments

@killjoy1221
Copy link

The <a> tag in <b-nav-item> has the href="#" hard-coded, which makes it difficult to use it with vue-router's <router-link> without nesting them.

https://github.com/cdmoro/bootstrap-vue-3/blob/99c75411936f452f3020a85a7c6e014f5a7ee96e/src/components/BNavItem.vue#L3-L8

@cdmoro
Copy link
Contributor

cdmoro commented Oct 12, 2021

Fixed in #143

@cdmoro cdmoro closed this as completed Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants