Outline

Please be sure to read the README file found in the code sandbox for detailed instructions. The link to this exercise is found here: https://codesandbox.io/s/intro-exercise-2-vrngj

First, you need to create a new component, register it, and then create the prop in there.

From the About.vue component, import your new component, and pass in the data to display inside of it via the prop.

After doing the exercise, take a look at the solution for review. I’ll see you then!

 

I finished! On to the next chapter