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
This works for me:
In HTML template: your_name
your_name
In mounted(): this.url = `${window.location.origin}/your_page_name`;
this.url = `${window.location.origin}/your_page_name`;