Description
The url prop for a MenuItem by default opens in the same tab.
Consider providing an option for MenuItem url props to be able to open in new tabs.
Possible workaround:
Use Menu's custom display feature to render the menu item with <a :href="dynamicUrl" target="_blank">
Pros:
- basic things like highlighted and active styling are preserved
- works for most simple use cases
Cons:
- doesn't work with more complexities - i.e. icons

