updated hook not called
dmitriyzhirma opened this issue · 3 comments
dmitriyzhirma commented
Updated hook not called after model update
marsprince commented
Updated hook not called after model update
Model's change doesn't trigger updated method because it is not in data.
Observable data will be directly defined in vm instead of data with function collectData.
ya-tmch commented
How to determine if a component has been updated? To use the new links $refs.
planaria commented
I need notification after update for rendering with three.js.
Are there any alternatives?