-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
Vue version
3.5.4
Link to minimal reproduction
Steps to reproduce
- Change the input value, see if length change.
- Click the stop button.
- Change the input value again, see if length change.
What is expected?
The stop button can stop computed
in v3.4.38
What is actually happening?
The stop button can not stop computed
in v3.5.4
System Info
No response
Any additional comments?
New api added in v3.5 like scope.pause
scope.resume
have same issue. This use case is made up by me, it's not real. But I don't know if anyone uses like this.