[Vuejs]-How to access an array of reviews inside a JSON object using JSON Server in Vue js?

0👍

As long the url http://localhost:3000/products/1/reviews shows nothing in your browser, it’s a backend problem and has nothing to do with frontend (Vue).

Check and fix your backend API till it responds you with the data you showed.

Leave a comment