Array1
https://i.stack.imgur.com/cY0XR.jpg Array
are both connected to the same Array variable using v-model. However, when changes are made to Array1, Array2 does not update. Why is this happening?
Process:
Upon examining the logs, it can be observed that ArrayInput#1
triggered an input
event. Despite this, the updated
method of ArrayInput#2
was not invoked. What could be causing this?
The source code for reference: http://jsfiddle.net/h313j5sh/3/