-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: types
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
NothingAny additional comments?
I would like to send a PR to fix this problem, but I need to know which solution is right first
Metadata
Metadata
Assignees
Labels
🔨 p3-minor-bugPriority 3: this fixes a bug, but is an edge case that only affects very specific usage.Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.scope: types