Closed kemaleren closed 7 years ago
prop.[] only watches for array changes (like inserting/removing elements). prop.@each should be used for observing properties of each element, like prop.@each.subprop.
prop.[]
prop.@each
prop.@each.subprop
@each only works one level deep.
@each
prop.[]
only watches for array changes (like inserting/removing elements).prop.@each
should be used for observing properties of each element, likeprop.@each.subprop
.@each
only works one level deep.