I have a List component where I fetch my date from db/blogs.json:
List
db/blogs.json
created() { fetch(\'http://localhost:3000/blogs\') .then(respo
You can send props to the child component in the tag name, in your case:
//LIST component(PARENT) //CHILD component