Доступ к $ route.params в vuejs

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