Ouça os adereços mudanças profundas no vue js 2
watch: {
$props: {
handler() {
this.parseData();
},
deep: true,
immediate: true,
},
},
Amit