Suppose I have a Vue.js component like this:
var Bar = Vue.extend({ props: [\'my-props\'], template: \'This is bar!\' }); <
var Bar = Vue.extend({ props: [\'my-props\'], template: \'This is bar!\' });
This is bar!
Use:
this.$route.MY_PROP
to get a route prop