-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ability to use Vue Router router-link component in menus #84
Comments
The demand does exist. The API should be designed carefully. I need to think it for some time. |
Would you consider updating the menus on the documentation site to use this? The current way of how it handles navigation means I can't middle-click the links to open them in new tabs, which is very frustrating. |
I definitely appreciate the flexibility of this approach, but it would be nice to have a slightly nicer way of handling the common use case of a |
I can understand your concern. I'm not going to add props directly relevent to Instead I think it's possible to create a |
That's part of why I suggested providing a nicer way of using |
I'll develop it |
Done |
👍 I think this was a great solution, thank you! |
Your solution solves my need. thank you |
Menu items should have the option of creating
router-link
components to support native routing functionality provided by Vue Router. This should also ensure actual<a>
tags are generated, so as to be more friendly to accessibility.The text was updated successfully, but these errors were encountered: