Acessando $ rota.params em vuejs

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