jesse1983 / marko-router5

Flexible and powerful routing for MarkoJS
https://jesse1983.github.io/marko-router5
MIT License
29 stars 4 forks source link

Feature: Open route-links in new tab with modifier key #6

Open hedefalk opened 5 years ago

hedefalk commented 5 years ago

It would be nice to be able to open links in new tab if using modifier with the route-link component.

hedefalk commented 5 years ago

I looked at react-router5 and they did something very simple thing that just using default when no modifier is used:

https://github.com/router5/react-router5/blob/26e4bc05fe896cb19fbb3cfee6cad3b2830adfc3/modules/BaseLink.js#L43

I'll send a PR for this if you want it :)