Zugriff auf $ route.params in Vuejs

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