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
Here is the working sandbox.
Firstly you need to import JSON data from your JSON file correctly. As:
Have to send props in the router-link as :
More information