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
3.0.0-rc.5
https://jsfiddle.net/hcbjno7r/
Create a component with object watch option containing handler as string.
watch
handler
To watch the property and call the handler defined in methods.
Error is thrown Uncaught TypeError: raw.handler.bind is not a function.
Uncaught TypeError: raw.handler.bind is not a function
The text was updated successfully, but these errors were encountered:
fix(watch): allow handler to be a string
4fe36d5
Closes #1774
fix(watch): allow handler to be a string (#1775)
b5f91ff
fix #1774
posva
Successfully merging a pull request may close this issue.
Version
3.0.0-rc.5
Reproduction link
https://jsfiddle.net/hcbjno7r/
Steps to reproduce
Create a component with object
watch
option containinghandler
as string.What is expected?
To watch the property and call the handler defined in methods.
What is actually happening?
Error is thrown
Uncaught TypeError: raw.handler.bind is not a function
.The text was updated successfully, but these errors were encountered: