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
既然副作用函数先执行,然后才会冒泡到当前节点,那我们后续更改处理事件的时候,不也会遇到第一次绑定时一样的问题?我们会先把invoker.value 赋值为新事件再触发。所以这里只判断了 invoker 函数绑定的时间是不是不合适?
invoker.value
invoker
The text was updated successfully, but these errors were encountered:
No branches or pull requests
既然副作用函数先执行,然后才会冒泡到当前节点,那我们后续更改处理事件的时候,不也会遇到第一次绑定时一样的问题?我们会先把
invoker.value
赋值为新事件再触发。所以这里只判断了invoker
函数绑定的时间是不是不合适?The text was updated successfully, but these errors were encountered: