Closed
Description
Vue version
5.8.3
Link to minimal reproduction
Steps to reproduce
Click on the SFC Playground link.
- Click on the add 1 button.
- Click on the add 2 button.
As a result, computed is not re-evaluated after executing 1. or after executing 2.
What is expected?
Since the reactive variable in computed has changed, we expect computed to be re-evaluated accordingly.
What is actually happening?
Why is it that when a reactive variable in computed is passed to toRaw() as a parameter, computed is not re-evaluated even if the reactive variable changes?
System Info
Any additional comments?
No response
Metadata
Metadata
Assignees
Labels
No labels