We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.4.0
http://jsfiddle.net/df4Lnuw6/143/
beforeRouteUpdate
this
this should be equal to the Vue instance.
this is undefined (as is the case for my webpack build) or equal to the window object (in the fiddle).
undefined
The text was updated successfully, but these errors were encountered:
f28bf0c
No branches or pull requests
Version
2.4.0
Reproduction link
http://jsfiddle.net/df4Lnuw6/143/
Steps to reproduce
beforeRouteUpdate
hook gets called for the child component withthis
either undefined or equal to the window object.What is expected?
this
should be equal to the Vue instance.What is actually happening?
this
isundefined
(as is the case for my webpack build) or equal to the window object (in the fiddle).The text was updated successfully, but these errors were encountered: