Closed
Description
Vue version
latest
Link to minimal reproduction
Steps to reproduce
- Open the link
- Open the devtools and look for the console
- You will see [ref(0), ref(1), ref(2)] in console, but the type is number[]
What is expected?
I am not sure if the type is wrong or the value of the callback of the watch
is wrong
What is actually happening?
I am not sure, you can see the above
System Info
Nothing
Any additional comments?
I would like to send a PR to fix this problem, but I need to know which solution is right first