[Vuejs]-'Vue.js' Errors in communicating between parent and children

0👍

It looks like the watcher is running before the api call finished. Console log the new value to see what your get. Try to check if the newVal is not null or an empty array and then set the values.

Leave a comment