I have a summary page and a detail subpage. All of the routes are implemented with vue-router (v 0.7.x) using programmatic navigation like this:
vue-router
I think the best way is to simply use:
window.open("yourURL", '_blank');