|
|
|
|
|
by nogridbag
2901 days ago
|
|
>>The reactivity system will only track changes under certain conditions. Don’t expect to throw anything you wish at it >This is the one part I hate about vue. Haven't used Vue for a while, but if I recall correctly it will only track changes on keys defined in the original data object. Is that what you and the parent are referring to? |
|
Don't know how vue compares with this but for angular beginners this is a very common mistake.