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
demo地址: https://codepen.io/anon/pen/jQJYQo
此bug在0.5和0.6上都存在, 与两个属性前后顺序有关.
看起来是同时传入propsA和propsB, watchB中改另一个propA导致漏过了digest
The text was updated successfully, but these errors were encountered:
fix: child data cannot sync to parent in some case, closes #235
9da0f9c
ef2b124
应该和顺序没关系,这个问题在只有一个属性的时候也可以复现,已经在 pr 中修复了
Sorry, something went wrong.
fengzilong
No branches or pull requests
demo地址: https://codepen.io/anon/pen/jQJYQo
此bug在0.5和0.6上都存在, 与两个属性前后顺序有关.
看起来是同时传入propsA和propsB, watchB中改另一个propA导致漏过了digest
The text was updated successfully, but these errors were encountered: