Mengakses $ route.params di Vuejs

 console.log('The id is: ' + this.$route.params.id);
Horrible Herring