Watch listens to computed and should not be triggered by ref in computed #3068
Labels
❗ p4-important
Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.
🐞 bug
Something isn't working
Version
3.0.5
Reproduction link
https://jsfiddle.net/twgh75x4/4/
Steps to reproduce
test case
What is expected?
experct(count).toBe(0)
What is actually happening?
experct(count).toBe(2)
The text was updated successfully, but these errors were encountered: