Example $props Object

Name:

Bag weight (kg):

InfoBox.vue

This is the $props object that is received from App.vue and passed down to the next child component:

{
  "bagOwner": null,
  "bagWeight": null
}

Grand Child Component