0๐
โ
As per the direction in the comment from @Niklesh Raut, I resolved the issue using a watch in the child:
watch: {
carModels: function (carModels) {
console.log(carModels);
}
},
Source:stackexchange.com