-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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.🐞 bugSomething isn't workingSomething isn't working
Description
Vue version
3.2.40
Link to minimal reproduction
Steps to reproduce
Open reproduction, and make sure it's in production mode.
The page is empty, then switch to dev mode. It shows 123
.
and we could see
/* Analyzed bindings: {
"ref": "setup-maybe-ref",
"msg": "setup-ref" // ⬅️ it should be setup-maybe-ref
} */
What is expected?
msg
is setup-maybe-ref
What is actually happening?
msg
is setup-ref
System Info
N/A
Any additional comments?
No response
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.🐞 bugSomething isn't workingSomething isn't working