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