Returning value of `ref` imported from other path isn't `setup-ref`
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