[Vuejs]-Error in render only when accessing second instance of json file, vuejs

0👍

Your JSON File is not valid. Unlike JavaScript objects in JSON you can’t have trailing commas. Maybe that is the issue?

If that doesn’t fix it check on Vue devtools if you the data on the component looks like you would expect.

Leave a comment