Add props to check-filter component
In the last video, we learned how props provide a way for a parent instance or component to provide data to a child component.
In this video, we're going to use props to allow our movie-filter
component to display a checkbox for each of the available movie genres.
name options
Before we get to that, I wanted to address a small issue. You'll notice in Vue Devtools that our component tree view shows all of our custom components as an "Anonymous Component".
Click to load comments...