-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
VNodes' refs are discarded when passed to <component :is="vnodes" ref="custom" />
#2078
Comments
It works for a |
@CyberAP Can you post the whole code you used? It doesn't seem to work |
The only line I changed was this: <component :is="Component" ref="custom" /> To this: <component :is="Component" :ref="custom" /> Do note that |
That won't work for |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.0.0-rc.10
Reproduction link
https://jsfiddle.net/mxv2r4gh/
Steps to reproduce
What is expected?
The watcher on
viewRef
should triggerWhat is actually happening?
viewRef
doesn't changeFrom vuejs/router#461
The text was updated successfully, but these errors were encountered: