1.3.0
版本发布时间: 2024-02-27 01:31:01
vanjs-org/van最新发布版本:1.5.2(2024-08-20 05:09:27)
Improve the dependency detection in binding functions to avoid self-referencing side effect triggering infinite loop.
With this release, the following code will work perfectly:
van.derive(() => {
if (checked.val) ++numChecked.val
})