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

$refs are not reactives #1671

Closed
noirbizarre opened this issue Nov 2, 2015 · 1 comment
Closed

$refs are not reactives #1671

noirbizarre opened this issue Nov 2, 2015 · 1 comment

Comments

@noirbizarre
Copy link

Hi!

It's not possible to bind nested component properties, $refs are not reactives.

I think the bindings are set once before nested components are attached and so fail because $refs.XXX is undefined.

Here's a fiddle to illustrate it: http://jsfiddle.net/noirbizarre/kz7wewq3/

I think it's related but computed properties depending on nested properties are not updated too.

I don't know if it's the same for $els.

@noirbizarre
Copy link
Author

Thanks !

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

1 participant