Acceso a $ ruta. Params en Vuejs
console.log('The id is: ' + this.$route.params.id);
Horrible Herring
console.log('The id is: ' + this.$route.params.id);