Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated hook not called #28

Open
dmitriyzhirma opened this issue Jan 17, 2019 · 3 comments
Open

updated hook not called #28

dmitriyzhirma opened this issue Jan 17, 2019 · 3 comments

Comments

@dmitriyzhirma
Copy link

Updated hook not called after model update

Demo: https://codesandbox.io/s/24ov7q1pnj

@marsprince
Copy link

marsprince commented Apr 26, 2019

Updated hook not called after model update

Demo: https://codesandbox.io/s/24ov7q1pnj

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
Copy link

ya-tmch commented Jun 5, 2019

How to determine if a component has been updated? To use the new links $refs.

@planaria
Copy link

planaria commented Apr 9, 2020

I need notification after update for rendering with three.js.
Are there any alternatives?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants