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.
- [Vuejs]-How to get index of changed array under $watch in vuejs
- [Vuejs]-Vue Router duplicate $route info
Source:stackexchange.com